Searched defs:RemoveKey (Results 1 – 7 of 7) sorted by relevance
155 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl164 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
177 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl186 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
212 void RemoveKey(const char* key) { in RemoveKey() function
288 bool Value::RemoveKey(StringPiece key) { in RemoveKey() function in base::Value
652 TEST(ValuesTest, RemoveKey) { in TEST() argument