Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringMap.cpp176 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
185 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/external/llvm-project/llvm/lib/Support/
DStringMap.cpp175 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
184 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/external/google-breakpad/src/common/
Dlong_string_dictionary.cc111 bool LongStringDictionary::RemoveKey(const char* key) { in RemoveKey() function in google_breakpad::LongStringDictionary
Dsimple_string_dictionary.h232 bool RemoveKey(const char* key) { in RemoveKey() function
/external/libchrome/components/policy/core/common/
Dregistry_dict.cc178 std::unique_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) { in RemoveKey() function in policy::RegistryDict
/external/libchrome/base/
Dvalues.cc288 bool Value::RemoveKey(StringPiece key) { in RemoveKey() function in base::Value
Dvalues_unittest.cc652 TEST(ValuesTest, RemoveKey) { in TEST() argument