HomeSort by relevance Sort by last modified time
    Searched defs:sort_func (Results 1 - 2 of 2) sorted by null

  /external/libchrome/third_party/jinja2/
filters.py 234 def sort_func(item): function in function:do_dictsort
242 return sorted(value.items(), key=sort_func, reverse=reverse)
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 381 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); local
382 if (sort_func != NULL) {
383 // Must set before deleting as sort_func is a borrowed reference
385 PyDict_SetItemString(kwds, "cmp", sort_func);

Completed in 368 milliseconds