Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc113 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()