Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc548 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
549 if (sort_func != NULL) { in Sort()
552 PyDict_SetItemString(kwds, "cmp", sort_func); in Sort()
Drepeated_scalar_container.cc607 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
608 if (sort_func != NULL) { in Sort()
611 if (PyDict_SetItemString(kwds, "cmp", sort_func) == -1) in Sort()