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

/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest.cc752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
760 (void)skip_count;
3479 // skip_count - the number of top frames to be skipped; doesn't count
3483 int /* skip_count */)
4535 // the gtest_stack_trace_depth flag. The skip_count parameter
4543 int skip_count) {
4544 // We pass skip_count + 1 to skip this wrapper function in addition
4546 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4542 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument

Completed in 33 milliseconds