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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h619 // CurrentOsStackTraceExceptTop(1), Foo() will be included in the
620 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
621 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
H A Dgtest.cc378 ->CurrentOsStackTraceExceptTop(1)
794 // CurrentOsStackTraceExceptTop(1), Foo() will be included in the
795 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
796 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { function in class:testing::internal::UnitTestImpl
4977 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);

Completed in 20 milliseconds