Home | History | Annotate | Download | only in source

Lines Matching defs:PushBack

24 // Clarification: ListWrapper has two versions of PushBack(..). It takes an
46 virtual int PushBack(const unsigned int item_id) = 0;
99 virtual int PushBack(const unsigned int item_id) {
100 return list_.PushBack(item_id);
157 virtual int PushBack(const unsigned int item_id) {
163 const int return_value = list_.PushBack(
231 if (return_value->PushBack(i) == -1) {
247 if (return_value->PushBack(kNumberOfElements - i - 1) == -1) {
275 if (return_value->PushBack(push_value) == -1) {
338 // Reverse the list using PushBack and Previous.
341 list_to_reverse->PushBack(ascending_list->GetUnsignedItem(item));