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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc632 // the gtest_stack_trace_depth flag. The skip_count parameter
639 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
640 (void)skip_count;
2829 // skip_count - the number of top frames to be skipped; doesn't count
/external/chromium/testing/gtest/src/
H A Dgtest.cc752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
760 (void)skip_count;
3530 // skip_count - the number of top frames to be skipped; doesn't count
4511 // the gtest_stack_trace_depth flag. The skip_count parameter
4519 int skip_count) {
4520 // We pass skip_count + 1 to skip this wrapper function in addition
4522 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4518 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/gtest/src/
H A Dgtest.cc752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
760 (void)skip_count;
3530 // skip_count - the number of top frames to be skipped; doesn't count
4511 // the gtest_stack_trace_depth flag. The skip_count parameter
4519 int skip_count) {
4520 // We pass skip_count + 1 to skip this wrapper function in addition
4522 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4518 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
760 (void)skip_count;
3502 // skip_count - the number of top frames to be skipped; doesn't count
4479 // the gtest_stack_trace_depth flag. The skip_count parameter
4487 int skip_count) {
4488 // We pass skip_count + 1 to skip this wrapper function in addition
4490 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4486 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/protobuf/gtest/src/
H A Dgtest.cc722 // the gtest_stack_trace_depth flag. The skip_count parameter
729 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
730 (void)skip_count;
3306 // skip_count - the number of top frames to be skipped; doesn't count
4295 // the gtest_stack_trace_depth flag. The skip_count parameter
4303 int skip_count) {
4304 // We pass skip_count + 1 to skip this wrapper function in addition
4306 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4302 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument

Completed in 146 milliseconds