Searched refs:sorted_key_list (Results 1 – 1 of 1) sorted by relevance
815 std::vector<MapKey> sorted_key_list; in SortKey() local820 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() local903 for (std::vector<MapKey>::iterator it = sorted_key_list.begin(); in SerializeFieldWithCachedSizes()904 it != sorted_key_list.end(); ++it) { in SerializeFieldWithCachedSizes()