Home
last modified time | relevance | path

Searched refs:getLength (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcoalesce.hpp33 std::size_t getLength() const { in getLength() function in mbgl::style::expression::Coalesce
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTAVShellBuffer.h38 virtual UINT32 getLength() const;
H A DRTMediaBuffer.h82 virtual UINT32 getLength() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dfind_zoom_curve.cpp25 std::size_t length = coalesce->getLength(); in findZoomCurve()