Home
last modified time | relevance | path

Searched refs:RemoveKey (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringMap.cpp176 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
178 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
185 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h93 void RemoveKey(StringMapEntryBase *V);
97 StringMapEntryBase *RemoveKey(StringRef Key);
415 RemoveKey(KeyValue); in remove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h90 void RemoveKey(StringMapEntryBase *V);
94 StringMapEntryBase *RemoveKey(StringRef Key);
470 RemoveKey(KeyValue); in remove()
/third_party/gn/src/base/
Dvalues.h208 bool RemoveKey(std::string_view key);
Dvalues.cc267 bool Value::RemoveKey(std::string_view key) { in RemoveKey() function in base::Value
392 return RemoveKey(path[0]); in RemovePath()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc506 update.Get()->RemoveKey(*name); in HandleMessageFromDevToolsFrontend()