Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-internal-inl.h626 std::string CurrentOsStackTraceExceptTop(int skip_count)
Dgtest.cc442 ->CurrentOsStackTraceExceptTop(1) in operator =()
1113 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop() function in testing::internal::UnitTestImpl
6319 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); in GetCurrentOsStackTraceExceptTop()