Home
last modified time | relevance | path

Searched defs:Branch (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 Dcase.hpp16 using Branch = std::pair<std::unique_ptr<Expression>, std::unique_ptr<Expression>>; typedef in mbgl::style::expression::Case
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkdtree_index.h243 typedef BranchSt* Branch; typedef
H A Dkdtree_single_index.h285 typedef BranchSt* Branch; typedef
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py972 class Branch(LayerIndexItemObj): class