Searched refs:type_itr (Results 1 – 1 of 1) sorted by relevance
49 const auto &type_itr = json.FindMember("type"); in convert() local50 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() local158 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() local194 if (type_itr == json_end) in convert()197 const auto &type = type_itr->value; in convert()