Searched refs:FindKey (Results 1 - 10 of 10) sorted by relevance

/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/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/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/llvm/include/llvm/ADT/
H A DStringMap.h79 /// FindKey - Look up the bucket that contains the specified key. If it exists
82 int FindKey(StringRef Key) const;
310 int Bucket = FindKey(Key);
316 int Bucket = FindKey(Key);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStringMap.h90 /// FindKey - Look up the bucket that contains the specified key. If it exists
93 int FindKey(StringRef Key) const;
290 int Bucket = FindKey(Key);
296 int Bucket = FindKey(Key);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h86 /// FindKey - Look up the bucket that contains the specified key. If it exists
89 int FindKey(StringRef Key) const;
316 int Bucket = FindKey(Key);
322 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);
H A Dbookmaker.h1569 static KeyWord FindKey(const char* start, const char* end);
/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);
H A Dbookmaker.h1538 static KeyWord FindKey(const char* start, const char* end);

Completed in 214 milliseconds