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