Home
last modified time | relevance | path

Searched defs:my_compare (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp43 template <class T> struct my_compare struct
46 bool operator()(const T&, const T&) const {return true;} in operator ()()
/external/python/cpython2/Lib/bsddb/test/
Dtest_compare.py246 def my_compare(a, b) : function
429 def my_compare(a, b) : function