Home
last modified time | relevance | path

Searched refs:features_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.hpp200 const auto &features_itr = json.FindMember("features"); in convert() local
201 if (features_itr == json_end) in convert()
204 const auto &json_features = features_itr->value; in convert()