Home | History | Annotate | Download | only in src

Lines Matching refs:CurrentStackTrace

413   virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
417 // CurrentStackTrace() will use to find and hide Google Test stack frames.
428 virtual String CurrentStackTrace(int max_depth, int skip_count);
441 // and any calls to CurrentStackTrace() from within the user code.