Home | History | Annotate | Download | only in base

Lines Matching refs:counter

16   explicit DestructorCounter(int* counter) : counter_(counter) {}
104 int counter = 0;
107 ids_in_iteration_order[counter] = iter.GetCurrentKey();
108 objs_in_iteration_order[counter] = iter.GetCurrentValue();
109 counter++;
112 counter = 0;
117 switch (counter) {
138 counter++;
214 int counter = 0;
217 ids_in_iteration_order[counter] = iter.GetCurrentKey();
218 objs_in_iteration_order[counter] = iter.GetCurrentValue();
219 counter++;
222 counter = 0;
225 switch (counter) {
241 counter++;