Home
last modified time | relevance | path

Searched refs:value_or_indexable (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dcount.hpp59 : value_or_indexable(vori), tr(t), found_count(0) in count()
73 count_help::indexable(value_or_indexable, tr)), in operator ()()
91 if ( count_help::equals(value_or_indexable, *it, tr) ) in operator ()()
98 ValueOrIndexable const& value_or_indexable; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp1322 >::type value_or_indexable; in count() typedef
1326 return this->template raw_count<value_or_indexable>(vori); in count()