Home | History | Annotate | Download | only in source

Lines Matching defs:PushBack

26 // Clarification: ListWrapper has two versions of PushBack(..). It takes an
46 virtual int PushBack(const unsigned int item_id) = 0;
123 virtual int PushBack(const unsigned int item_id) {
124 return list_.PushBack(item_id);
182 virtual int PushBack(const unsigned int item_id) {
188 const int return_value = list_.PushBack(
245 if (return_value->PushBack(i) == -1) {
261 if (return_value->PushBack(kNumberOfElements - i - 1) == -1) {
289 if (return_value->PushBack(push_value) == -1) {
355 // Reverse the list using PushBack and Previous.
358 list_to_reverse->PushBack(ascending_list->GetUnsignedItem(item));