Home | History | Annotate | Download | only in src

Lines Matching refs:CurrentStackTrace

663   virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
667 // CurrentStackTrace() will use to find and hide Google Test stack frames.
678 virtual String CurrentStackTrace(int max_depth, int skip_count);
691 // and any calls to CurrentStackTrace() from within the user code.