Searched refs:RemoveInt (Results 1 – 4 of 4) sorted by relevance
162 args_.RemoveInt(property.name); in Load()311 args_.RemoveInt(property.name); in ClearMappedProperty()
119 void RemoveInt(const std::string& name);
85 store_.RemoveInt(kKey); in TEST_F()228 store_.RemoveInt(kKey); in TEST_F()229 store_.RemoveInt(kKey); in TEST_F()
332 void KeyValueStore::RemoveInt(const string& name) { in RemoveInt() function in shill::KeyValueStore