Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h624 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
Dgtest.cc360 ->CurrentOsStackTraceExceptTop(1) in operator =()
759 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop() function in testing::internal::UnitTestImpl
4546 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); in GetCurrentOsStackTraceExceptTop()