Home | History | Annotate | Download | only in src

Lines Matching refs:GetElement

298       *result = GetElement(0);
378 const E& GetElement(int i) const {
448 clone->PushBack(GetElement(i));
810 return index < 0 ? NULL : test_cases_.GetElement(i);
817 return index < 0 ? NULL : test_cases_.GetElement(index);