Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp155 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
164 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/external/llvm/lib/Support/
DStringMap.cpp172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/external/google-breakpad/src/common/
Dsimple_string_dictionary.h212 void RemoveKey(const char* key) { in RemoveKey() function