Searched defs:CurrentOsStackTraceExceptTop (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest.cc360 ->CurrentOsStackTraceExceptTop(1)
757 // CurrentOsStackTraceExceptTop(1), Foo() will be included in the
758 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
759 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { function in class:testing::internal::UnitTestImpl
4546 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest.cc360 ->CurrentOsStackTraceExceptTop(1)
757 // CurrentOsStackTraceExceptTop(1), Foo() will be included in the
758 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
759 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { function in class:testing::internal::UnitTestImpl
4546 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest.cc360 ->CurrentOsStackTraceExceptTop(1)
757 // CurrentOsStackTraceExceptTop(1), Foo() will be included in the
758 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
759 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { function in class:testing::internal::UnitTestImpl
4546 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);

Completed in 239 milliseconds