Home
last modified time | relevance | path

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

/external/jcommander/src/main/java/com/beust/jcommander/
DFuzzyMap.java12 interface IKey { interface in FuzzyMap
16 public static <V> V findInMap(Map<? extends IKey, V> map, IKey name, in findInMap()
34 private static <V> V findAbbreviatedValue(Map<? extends IKey, V> map, IKey name, in findAbbreviatedValue()
/external/leveldb/db/
Ddbformat_test.cc12 static std::string IKey(const std::string& user_key, uint64_t seq, in IKey() function
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp189 typedef std::pair<AllowedRegVecPtr, AllowedRegVecPtr> IKey; typedef in __anon14e2c6770111::Interference
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp218 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>; typedef in __anon429c7dd90111::Interference