Home | History | Annotate | Download | only in src

Lines Matching refs:CurrentStackTrace

428   virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
432 // CurrentStackTrace() will use to find and hide Google Test stack frames.
444 virtual string CurrentStackTrace(int max_depth, int skip_count)
459 // and any calls to CurrentStackTrace() from within the user code.