Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp169 const auto end_itr = tags_iter.end(); in getValue() local
170 while (start_itr != end_itr) { in getValue()
177 if (start_itr == end_itr) { in getValue()
196 const auto end_itr = tags_iter.end(); in getProperties() local
198 auto iter_len = std::distance(start_itr,end_itr); in getProperties()
201 while (start_itr != end_itr) { in getProperties()
203 if (start_itr == end_itr) { in getProperties()
237 const auto end_itr = geometry_iter.end(); in getGeometries() local
248 while (start_itr != end_itr) { in getGeometries()