Searched refs:GetElementOr (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 703 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { in GetElementOr() function 988 const int index = GetElementOr(test_case_indices_, i, -1); in GetTestCase() 995 const int index = GetElementOr(test_case_indices_, i, -1); in GetMutableTestCase() 1614 using internal::GetElementOr; 4233 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo() 4240 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
|