Searched defs:keyFunction (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | SortedLists.java | 203 Function<? super E, K> keyFunction, K key, KeyPresentBehavior presentBehavior, in binarySearch() 223 Function<? super E, K> keyFunction, in binarySearch()
|
D | Maps.java | 636 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/ |
D | Maps.java | 633 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/ |
D | CGVTables.cpp | 746 if (const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD)) { in getVTableLinkage() local 883 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal() local
|