Searched defs:Erase (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dpolicy_map.cc30 void PolicyMap::Erase(ConfigurationPolicyType policy) { function in class:policy::PolicyMap
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc58 while (Erase(First()) == 0)
139 int MapWrapper::Erase(MapItem* item) function in class:webrtc::MapWrapper
155 int MapWrapper::Erase(const int id) function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc63 while (Erase(First()) == 0)
152 int MapNoStl::Erase(MapNoStlItem* item) function in class:webrtc::MapNoStl
162 int MapNoStl::Erase(const int id) function in class:webrtc::MapNoStl
H A Dlist_no_stl.cc63 while (Erase(First()) == 0)
113 return Erase(first_);
118 return Erase(last_);
221 int ListWrapper::Erase(ListItem* item) function in class:webrtc::ListWrapper
H A Dlist_stl.cc56 while (Erase(First()) == 0)
235 int ListWrapper::Erase(ListItem* item) function in class:webrtc::ListWrapper
H A Dlist_unittest.cc65 virtual int Erase(ListItem* item) = 0;
102 EXPECT_EQ(list_wrapper->Erase(list_item), 0);
135 virtual int Erase(ListItem* item) { function in class:ListWrapperStatic
136 return list_.Erase(item);
209 return Erase(list_.First());
212 return Erase(list_.Last());
214 virtual int Erase(ListItem* item) { function in class:ListWrapperDynamic
223 if (list_.Erase(item) != 0) {
413 ASSERT_EQ(0, descending_list->Erase(item));
459 ASSERT_EQ(0,ascending_list->Erase(ite
[all...]
/external/openfst/src/include/fst/
H A Dbi-table.h373 void Erase(I s) { function in class:fst::ErasableBiTable
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h296 Erase(0);
312 void Erase(int index) { function in class:testing::internal::Vector

Completed in 303 milliseconds