Searched refs:InternalQuickSort (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 113 static int InternalQuickSort(RepeatedCompositeContainer* self, in InternalQuickSort() function 177 InternalQuickSort(self, start, right, cmp, keyfunc); in InternalQuickSort() 185 InternalQuickSort(self, left, limit, cmp, keyfunc); in InternalQuickSort() 508 if (InternalQuickSort(self, 0, length, compare, keyfunc) < 0) in SortAttached()
|