Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h639 std::string CurrentOsStackTraceExceptTop(int skip_count)
H A Dgtest.cc461 UnitTest::GetInstance()->impl()->CurrentOsStackTraceExceptTop(1) in operator =()
1140 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop() function in testing::internal::UnitTestImpl
6301 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); in GetCurrentOsStackTraceExceptTop()