Home
last modified time | relevance | path

Searched refs:ref_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx41 ULONG ref_; member in Callback
50 return ref_++; in STDMETHODIMP_()
56 if (--ref_ == 0) { in STDMETHODIMP_()
60 return ref_; in STDMETHODIMP_()
228 ref_(0), in Callback()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h687 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT
699 return Action<F>(new Impl<F>(ref_));
710 explicit Impl(T& ref) : ref_(ref) {} // NOLINT
713 return ref_;
717 T& ref_;
722 T& ref_;