Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp49 const auto &type_itr = json.FindMember("type"); in convert() local
50 if (type_itr == json_end) in convert()
53 const auto &type = type_itr->value; in convert()
156 auto const &type_itr = json.FindMember("type"); in convert() local
158 if (type_itr == json_end) in convert()
160 if (type_itr->value != "Feature") in convert()
191 const auto &type_itr = json.FindMember("type"); in convert() local
194 if (type_itr == json_end) in convert()
197 const auto &type = type_itr->value; in convert()