Home
last modified time | relevance | path

Searched refs:skip_count (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
450 std::string CurrentStackTrace(int max_depth, int skip_count) override;
641 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
H A Dgtest.cc819 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop() argument
822 skip_count + 1 in CurrentOsStackTraceExceptTop()
4430 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() argument
4444 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1); in CurrentStackTrace()
4475 static_cast<void>(skip_count); in CurrentStackTrace()
5694 int skip_count) { in GetCurrentOsStackTraceExceptTop() argument
5697 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); in GetCurrentOsStackTraceExceptTop()
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py1386 skip_count = 0
1389 if skip_count > 0:
1390 skip_count -= 1
1434 skip_count = idx - line_index
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h812 UnitTest* unit_test, int skip_count);