Home
last modified time | relevance | path

Searched refs:AddRef (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx22 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()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h.pump109 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
112 struct AddRef { typedef T& type; }; // NOLINT
114 struct AddRef<T&> { typedef T& type; }; // NOLINT
116 // A handy wrapper for AddRef.
117 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
H A Dgtest-tuple.h138 struct AddRef { typedef T& type; }; // NOLINT
140 struct AddRef<T&> { typedef T& type; }; // NOLINT
143 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h238 M->AddRef(); in addCalledFunction()
281 void AddRef() { ++NumReferences; } in AddRef() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCallGraph.cpp239 NewNode->AddRef(); in replaceCallEdge()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Dndis_events.c784 events->sink_vtbl.AddRef = ndis_events_add_ref; in ndis_events_init()