Searched refs:CurrentOsStackTraceExceptTop (Results 1 – 2 of 2) sorted by relevance
639 std::string CurrentOsStackTraceExceptTop(int skip_count)
461 UnitTest::GetInstance()->impl()->CurrentOsStackTraceExceptTop(1) in operator =()1140 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop() function in testing::internal::UnitTestImpl6301 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); in GetCurrentOsStackTraceExceptTop()