Searched refs:RemoveValue (Results 1 – 13 of 13) sorted by relevance
28 void RemoveValue(const void *value);
66 void CFCMutableSet::RemoveValue(const void *value) { in RemoveValue() function in CFCMutableSet
54 void RemoveValue(const void *value);
447 void CFCMutableDictionary::RemoveValue(const void *value) { in RemoveValue() function in CFCMutableDictionary
130 STDMETHOD(RemoveValue)(BSTR key);
94 STDMETHODIMP CTXTRecord::RemoveValue(BSTR key) in RemoveValue() function in CTXTRecord
254 [id(2), helpstring("method RemoveValue")] HRESULT RemoveValue([in] BSTR key);
70 std::unique_ptr<base::Value> RemoveValue(const std::string& name);
268 dict->RemoveValue(value); in HandleRecord()280 dict->RemoveValue(value_name.substr(arraysize(kActionTriggerPrefix) - 1 + in HandleRecord()
33 std::unique_ptr<base::Value> one(test_dict.RemoveValue("one")); in TEST()63 std::unique_ptr<base::Value> removed_value(test_dict.RemoveValue("onE")); in TEST()
205 RemoveValue(name); in SetValue()212 std::unique_ptr<base::Value> RegistryDict::RemoveValue( in RemoveValue() function in policy::RegistryDict
528 RemoveValue
1069 TextRecord::RemoveValue in RemoveValue() function in TextRecord