Searched refs:sorted_map_field (Results 1 – 1 of 1) sorted by relevance
2079 std::vector<const Message*>* sorted_map_field);2090 std::vector<const Message*>* sorted_map_field) { in SortMap() argument2098 sorted_map_field->push_back( in SortMap()2114 sorted_map_field->push_back(map_entry_message); in SortMap()2120 std::stable_sort(sorted_map_field->begin(), sorted_map_field->end(), in SortMap()2219 std::vector<const Message*> sorted_map_field; in PrintField() local2224 message, reflection, field, &factory, &sorted_map_field); in PrintField()2237 ? (is_map ? *sorted_map_field[j] in PrintField()2260 for (int j = 0; j < sorted_map_field.size(); ++j) { in PrintField()2261 delete sorted_map_field[j]; in PrintField()