Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format.cc815 std::vector<MapKey> sorted_key_list; in SortKey() local
820 sorted_key_list.push_back(it.GetKey()); in SortKey()
823 std::sort(sorted_key_list.begin(), sorted_key_list.end(), comparator); in SortKey()
824 return sorted_key_list; in SortKey()
901 std::vector<MapKey> sorted_key_list = in SerializeFieldWithCachedSizes() local
903 for (std::vector<MapKey>::iterator it = sorted_key_list.begin(); in SerializeFieldWithCachedSizes()
904 it != sorted_key_list.end(); ++it) { in SerializeFieldWithCachedSizes()