Searched refs:GetElementOr (Results 1 – 2 of 2) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-internal-inl.h | 300 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { in GetElementOr() function 593 const int index = GetElementOr(test_suite_indices_, i, -1); in GetTestSuite() 605 const int index = GetElementOr(test_suite_indices_, i, -1); in GetMutableSuiteCase()
|
H A D | gtest.cc | 145 using internal::GetElementOr; 2776 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo() 2783 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
|