Searched defs:FindKey (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DStringMap.cpp110 /// FindKey - Look up the bucket that contains the specified key. If it exists
113 int StringMapImpl::FindKey(StringRef Key) const { function in class:StringMapImpl
165 int Bucket = FindKey(Key);
/external/llvm/lib/Support/
H A DStringMap.cpp127 /// FindKey - Look up the bucket that contains the specified key. If it exists
130 int StringMapImpl::FindKey(StringRef Key) const { function in class:StringMapImpl
182 int Bucket = FindKey(Key);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringMap.cpp127 /// FindKey - Look up the bucket that contains the specified key. If it exists
130 int StringMapImpl::FindKey(StringRef Key) const { function in class:StringMapImpl
182 int Bucket = FindKey(Key);
/external/skia/tools/bookmaker/
H A DincludeParser.cpp57 KeyWord IncludeParser::FindKey(const char* start, const char* end) { function in class:IncludeParser
133 KeyWord keyWord = FindKey(fIncludeWord, fChar);
/external/skqp/tools/bookmaker/
H A DincludeParser.cpp57 KeyWord IncludeParser::FindKey(const char* start, const char* end) { function in class:IncludeParser
133 KeyWord keyWord = FindKey(fIncludeWord, fChar);

Completed in 258 milliseconds