Home
last modified time | relevance | path

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

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java98 static <K> Function<Entry<K, ?>, K> keyFunction() { in keyFunction() method in Maps
/external/guava/guava/src/com/google/common/collect/
DMaps.java103 static <K> Function<Entry<K, ?>, K> keyFunction() { in keyFunction() method in Maps
DSortedLists.java203 Function<? super E, K> keyFunction, @Nullable K key, KeyPresentBehavior presentBehavior, in binarySearch()
223 Function<? super E, K> keyFunction, in binarySearch()
/external/clang/lib/CodeGen/
DCGVTables.cpp733 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage() local
865 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal() local