Lines Matching refs:linked_ptr
221 typedef std::vector<internal::linked_ptr<ExpectationBase> >
485 // in the linked_ptr (or compilation errors if using a checking
486 // linked_ptr).
538 const internal::linked_ptr<internal::ExpectationBase>& expectation_base);
541 const internal::linked_ptr<internal::ExpectationBase>&
546 // A linked_ptr that co-owns the expectation this handle references.
547 internal::linked_ptr<internal::ExpectationBase> expectation_base_;
629 // The last expectation in this sequence. We use a linked_ptr here
631 // be aliases. The linked_ptr allows the copies to co-own and share
633 internal::linked_ptr<Expectation> last_expectation_;
854 // expectation. We use linked_ptr in the set because we want an
1610 const linked_ptr<ExpectationBase> untyped_expectation(expectation);