Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringMap.cpp172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/aosp_15_r20/external/llvm/lib/Support/
H A DStringMap.cpp172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStringMap.cpp176 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
185 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DStringMap.cpp181 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
190 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/aosp_15_r20/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
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_mapmodule.cpp63 void CFXJSE_MapModule::RemoveKey(uint32_t key) { in RemoveKey() function in CFXJSE_MapModule
/aosp_15_r20/external/google-breakpad/src/common/
H A Dlong_string_dictionary.cc114 bool LongStringDictionary::RemoveKey(const char* key) { in RemoveKey() function in google_breakpad::LongStringDictionary
H A Dsimple_string_dictionary.h229 bool RemoveKey(const char* key) { in RemoveKey() function
/aosp_15_r20/external/cronet/base/android/shared_preferences/
H A Dshared_preferences_manager.cc24 void SharedPreferencesManager::RemoveKey( in RemoveKey() function in base::android::SharedPreferencesManager
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dregistry_dict.cc178 std::unique_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) { in RemoveKey() function in policy::RegistryDict
/aosp_15_r20/external/grpc-grpc/src/core/lib/avl/
H A Davl.h294 static NodePtr RemoveKey(const NodePtr& node, const SomethingLikeK& key) { in RemoveKey() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxtmpl.h831 WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::RemoveKey(ARG_KEY key) { in RemoveKey() function
/aosp_15_r20/external/libchrome/base/
H A Dvalues.cc288 bool Value::RemoveKey(StringPiece key) { in RemoveKey() function in base::Value
H A Dvalues_unittest.cc652 TEST(ValuesTest, RemoveKey) { in TEST() argument