Home | History | Annotate | Download | only in src

Lines Matching refs:GetElement

294       *result = GetElement(0);
374 const E& GetElement(int i) const {
444 clone->PushBack(GetElement(i));
806 return index < 0 ? NULL : test_cases_.GetElement(i);
813 return index < 0 ? NULL : test_cases_.GetElement(index);