Searched refs:caller_frame (Results 1 – 1 of 1) sorted by relevance
5785 void* caller_frame = nullptr; in CurrentStackTrace() local5788 caller_frame = caller_frame_; in CurrentStackTrace()5792 if (raw_stack[i] == caller_frame && in CurrentStackTrace()5821 void* caller_frame = nullptr; in UponLeavingGTest() local5822 if (absl::GetStackTrace(&caller_frame, 1, 3) <= 0) { in UponLeavingGTest()5823 caller_frame = nullptr; in UponLeavingGTest()5827 caller_frame_ = caller_frame; in UponLeavingGTest()