Searched refs:STLLessThan (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc79 struct STLLessThan { struct in namespace:leveldb::__anon11271
82 STLLessThan() : cmp(BytewiseComparator()) { } function in struct:leveldb::__anon11271::STLLessThan
83 STLLessThan(const Comparator* c) : cmp(c) { } function in struct:leveldb::__anon11271::STLLessThan
137 typedef std::map<std::string, std::string, STLLessThan> KVMap;
143 explicit Constructor(const Comparator* cmp) : data_(STLLessThan(cmp)) { }

Completed in 58 milliseconds