Home
last modified time | relevance | path

Searched refs:start_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.hpp168 auto start_itr = tags_iter.begin(); in getValue() local
170 while (start_itr != end_itr) { in getValue()
171 std::uint32_t tag_key = static_cast<std::uint32_t>(*start_itr++); in getValue()
177 if (start_itr == end_itr) { in getValue()
181 std::uint32_t tag_val = static_cast<std::uint32_t>(*start_itr++);; in getValue()
195 auto start_itr = tags_iter.begin(); in getProperties() local
198 auto iter_len = std::distance(start_itr,end_itr); in getProperties()
201 while (start_itr != end_itr) { in getProperties()
202 std::uint32_t tag_key = static_cast<std::uint32_t>(*start_itr++); in getProperties()
203 if (start_itr == end_itr) { in getProperties()
[all …]