Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp43 template <class T> struct my_compare struct
45 my_compare() = default;
83 node_compatibility_table<int, int, std::less<int>, my_compare<int>,
90 Static, int, my_compare<Static>, std::less<Static>,
/external/llvm-project/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp43 template <class T> struct my_compare struct
45 my_compare() = default;
83 node_compatibility_table<int, int, std::less<int>, my_compare<int>,
90 Static, int, my_compare<Static>, std::less<Static>,
/external/python/cpython2/Lib/bsddb/test/
Dtest_compare.py246 def my_compare(a, b) : function
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)