Home
last modified time | relevance | path

Searched defs:keyFunction (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DSortedLists.java203 Function<? super E, K> keyFunction, K key, KeyPresentBehavior presentBehavior, in binarySearch()
223 Function<? super E, K> keyFunction, in binarySearch()
DMaps.java636 Iterable<V> values, Function<? super V, K> keyFunction) { in uniqueIndex()
653 I values, Function<? super V, K> keyFunction) { in uniqueIndex()
674 Iterator<V> values, Function<? super V, K> keyFunction) { in uniqueIndex()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java633 Iterable<V> values, Function<? super V, K> keyFunction) { in uniqueIndex()
650 I values, Function<? super V, K> keyFunction) { in uniqueIndex()
671 Iterator<V> values, Function<? super V, K> keyFunction) { in uniqueIndex()
/external/clang/lib/CodeGen/
DCGVTables.cpp746 if (const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD)) { in getVTableLinkage() local
883 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal() local