Searched defs:isLessThan (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ | ||
D | Cut.java | 44 abstract boolean isLessThan(C value); in isLessThan() method in Cut |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ | ||
D | IDBKey.cpp | 98 bool IDBKey::isLessThan(const IDBKey* other) const in isLessThan() function in WebCore::IDBKey |