Searched defs:RemoveKey (Results 1 – 9 of 9) sorted by relevance
172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
176 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl185 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
175 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl184 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
111 bool LongStringDictionary::RemoveKey(const char* key) { in RemoveKey() function in google_breakpad::LongStringDictionary
232 bool RemoveKey(const char* key) { in RemoveKey() function
178 std::unique_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) { in RemoveKey() function in policy::RegistryDict
288 bool Value::RemoveKey(StringPiece key) { in RemoveKey() function in base::Value
652 TEST(ValuesTest, RemoveKey) { in TEST() argument