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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h426 // skip_count - the number of top frames to be skipped; doesn't count
428 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
444 virtual string CurrentStackTrace(int max_depth, int skip_count)
623 // the gtest_stack_trace_depth flag. The skip_count parameter
630 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
H A Dgtest.cc767 // the gtest_stack_trace_depth flag. The skip_count parameter
774 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
775 (void)skip_count;
3509 // skip_count - the number of top frames to be skipped; doesn't count
3513 int /* skip_count */)
4628 // the gtest_stack_trace_depth flag. The skip_count parameter
4636 int skip_count) {
4637 // We pass skip_count + 1 to skip this wrapper function in addition
4639 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4635 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h643 // the gtest_stack_trace_depth flag. The skip_count parameter
651 UnitTest* unit_test, int skip_count);

Completed in 171 milliseconds