Home
last modified time | relevance | path

Searched refs:isLessThan (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCut.java44 abstract boolean isLessThan(C value); in isLessThan() method in Cut
122 @Override boolean isLessThan(Comparable<?> value) { in isLessThan() method in Cut.BelowAll
188 @Override boolean isLessThan(Comparable<?> value) { in isLessThan() method in Cut.AboveAll
237 @Override boolean isLessThan(C value) { in isLessThan() method in Cut.BelowValue
295 @Override boolean isLessThan(C value) { in isLessThan() method in Cut.AboveValue
DRange.java205 return lowerBound.isLessThan(value) && !upperBound.isLessThan(value); in contains()
/external/webkit/Source/WebCore/storage/
DIDBKey.cpp42 bool IDBKey::isLessThan(const IDBKey* other) const in isLessThan() function in WebCore::IDBKey
DIDBKey.h100 bool isLessThan(const IDBKey* other) const;
DIDBSQLiteBackingStore.cpp741 if (m_currentKey->isLessThan(key)) in continueFunction()
744 if (key->isLessThan(m_currentKey.get())) in continueFunction()
DIDBLevelDBBackingStore.cpp2261 if (m_currentKey->isLessThan(key)) in continueFunction()
2264 if (key->isLessThan(m_currentKey.get())) in continueFunction()
/external/webkit/Source/WebCore/
DChangeLog53645 (WebCore::IDBKey::isLessThan):