Home
last modified time | relevance | path

Searched refs:stack_frames_to_skip (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/testing/src/
Dgmock-internal-utils.cc133 int stack_frames_to_skip) { in Log() argument
152 if (stack_frames_to_skip >= 0) { in Log()
159 const int actual_to_skip = stack_frames_to_skip + 1; in Log()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-internal-utils.cc133 int stack_frames_to_skip) { in Log() argument
152 if (stack_frames_to_skip >= 0) { in Log()
159 const int actual_to_skip = stack_frames_to_skip + 1; in Log()
Dgmock-spec-builders.cc249 const int stack_frames_to_skip = in ReportUninterestingCall() local
253 Log(kInfo, msg, stack_frames_to_skip); in ReportUninterestingCall()
263 stack_frames_to_skip); in ReportUninterestingCall()
/external/googletest/googlemock/src/
Dgmock-internal-utils.cc150 int stack_frames_to_skip) { in Log() argument
166 if (stack_frames_to_skip >= 0) { in Log()
173 const int actual_to_skip = stack_frames_to_skip + 1; in Log()
Dgmock-spec-builders.cc281 const int stack_frames_to_skip = in ReportUninterestingCall() local
285 Log(kInfo, msg, stack_frames_to_skip); in ReportUninterestingCall()
297 stack_frames_to_skip); in ReportUninterestingCall()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h333 int stack_frames_to_skip);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h333 int stack_frames_to_skip);
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h336 int stack_frames_to_skip);