Searched refs:islt (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 95 static int islt(PyObject *x, PyObject *y, PyObject *compare) { in islt() function 138 int is_lt = islt(key, mid, cmp); in InternalQuickSort() 146 is_lt = islt(key, mid, cmp); in InternalQuickSort() 151 is_lt = islt(mid, key, cmp); in InternalQuickSort() 158 is_lt = islt(mid, key, cmp); in InternalQuickSort()
|