Home
last modified time | relevance | path

Searched refs:GetElementOr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h294 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { in GetElementOr() function
591 const int index = GetElementOr(test_suite_indices_, i, -1); in GetTestSuite()
603 const int index = GetElementOr(test_suite_indices_, i, -1); in GetMutableSuiteCase()
H A Dgtest.cc168 using internal::GetElementOr;
2949 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2956 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()