Home | History | Annotate | Download | only in src

Lines Matching defs:CurrentStackTrace

818   virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
822 // CurrentStackTrace() will use to find and hide Google Test stack frames.
833 virtual String CurrentStackTrace(int max_depth, int skip_count);
846 // and any calls to CurrentStackTrace() from within the user code.
4839 String OsStackTraceGetter::CurrentStackTrace(int, int) {