Searched refs:CallStackUPtr (Results 1 – 3 of 3) sorted by relevance
102 typedef std::unique_ptr<CallStack, StackDeleter> CallStackUPtr; typedef106 static CallStackUPtr ALWAYS_INLINE getCurrent(int32_t ignoreDepth = 1) {109 return CallStackUPtr(nullptr);115 static CallStackUPtr ALWAYS_INLINE getCurrent(int32_t = 1) {116 return CallStackUPtr(nullptr);155 static CallStackUPtr CALLSTACK_WEAK getCurrentInternal(int32_t ignoreDepth);
83 CallStack::CallStackUPtr CallStack::getCurrentInternal(int ignoreDepth) { in getCurrentInternal()84 CallStack::CallStackUPtr stack(new CallStack()); in getCurrentInternal()
310 CallStack::CallStackUPtr stack;