Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc79 bool CompareSortKeys(const T* a, const T* b) { in CompareSortKeys() function
86 std::sort(sorted.begin(), sorted.end(), CompareSortKeys<T>); in Sorted()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dfile.cc79 bool CompareSortKeys(const T* a, const T* b) { in CompareSortKeys() function
86 std::sort(sorted.begin(), sorted.end(), CompareSortKeys<T>); in Sorted()