Searched refs:prop_itr (Results 1 – 1 of 1) sorted by relevance
175 auto const &prop_itr = json.FindMember("properties"); in convert() local176 if (prop_itr != json_end) { in convert()177 const auto &json_props = prop_itr->value; in convert()