Home
last modified time | relevance | path

Searched defs:RemoveKey (Results 1 – 14 of 14) 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/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DStringMap.cpp181 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
190 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/external/pdfium/fxjs/xfa/
Dcfxjse_mapmodule.cpp63 void CFXJSE_MapModule::RemoveKey(uint32_t key) { in RemoveKey() function in CFXJSE_MapModule
/external/google-breakpad/src/common/
Dlong_string_dictionary.cc114 bool LongStringDictionary::RemoveKey(const char* key) { in RemoveKey() function in google_breakpad::LongStringDictionary
Dsimple_string_dictionary.h229 bool RemoveKey(const char* key) { in RemoveKey() function
/external/cronet/stable/base/android/shared_preferences/
Dshared_preferences_manager.cc26 void SharedPreferencesManager::RemoveKey( in RemoveKey() function in base::android::SharedPreferencesManager
/external/cronet/tot/base/android/shared_preferences/
Dshared_preferences_manager.cc26 void SharedPreferencesManager::RemoveKey( in RemoveKey() function in base::android::SharedPreferencesManager
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.h292 static NodePtr RemoveKey(const NodePtr& node, const SomethingLikeK& key) { in RemoveKey() function
460 static NodePtr RemoveKey(const NodePtr& node, const K& 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/grpc-grpc/src/core/lib/avl/
Davl.h294 static NodePtr RemoveKey(const NodePtr& node, const SomethingLikeK& key) { in RemoveKey() function
/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