Home
last modified time | relevance | path

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

/src/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc155 int stack_frames_to_skip) { in Log() argument
170 if (stack_frames_to_skip >= 0) { in Log()
177 const int actual_to_skip = stack_frames_to_skip + 1; in Log()
H A Dgmock-spec-builders.cc286 const int stack_frames_to_skip = in ReportUninterestingCall() local
290 Log(kInfo, msg, stack_frames_to_skip); in ReportUninterestingCall()
302 stack_frames_to_skip); in ReportUninterestingCall()
/src/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h291 int stack_frames_to_skip);