Searched refs:AddRef (Results 1 – 6 of 6) sorted by relevance
22 STDMETHODIMP_(ULONG) AddRef();48 Callback::AddRef() in STDMETHODIMP_()72 ((LPUNKNOWN)*ppv)->AddRef(); in QueryInterface()80 pBinding->AddRef(); in OnStartBinding()235 baseMoniker_->AddRef(); in Callback()284 cb->AddRef(); in openStream()
109 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This112 struct AddRef { typedef T& type; }; // NOLINT114 struct AddRef<T&> { typedef T& type; }; // NOLINT116 // A handy wrapper for AddRef.117 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
138 struct AddRef { typedef T& type; }; // NOLINT140 struct AddRef<T&> { typedef T& type; }; // NOLINT143 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
238 M->AddRef(); in addCalledFunction()281 void AddRef() { ++NumReferences; } in AddRef() function
239 NewNode->AddRef(); in replaceCallEdge()
784 events->sink_vtbl.AddRef = ndis_events_add_ref; in ndis_events_init()