Home
last modified time | relevance | path

Searched defs:StringLessThan (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1208 struct StringLessThan { struct
1209 bool operator()(const string* z, const string& y) { in operator ()()
1212 bool operator()(const string* z, const string* y) const { return *z < *y; } in operator ()()
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h146 Node* StringLessThan(Node* a, Node* b) { in StringLessThan() function
/external/v8/src/
Dcode-factory.cc390 Callable CodeFactory::StringLessThan(Isolate* isolate) { in StringLessThan() function in v8::internal::CodeFactory