Searched refs:this_sp (Results 1 – 2 of 2) sorted by relevance
42 auto this_sp = this->shared_from_this(); in GetSharedPointer() local48 return {std::move(this_sp), desired_object}; in GetSharedPointer()
680 lldb::StackFrameSP this_sp = GetFrameSP(); in IsEqual() local682 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()