Home
last modified time | relevance | path

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

1234567

/third_party/grpc/src/csharp/Grpc.Core.Tests/
DGrpcEnvironmentTest.cs32 var env = GrpcEnvironment.AddRef(); in InitializeAndShutdownGrpcEnvironment()
44 var env1 = GrpcEnvironment.AddRef(); in SubsequentInvocations()
45 var env2 = GrpcEnvironment.AddRef(); in SubsequentInvocations()
56 var env1 = GrpcEnvironment.AddRef(); in InitializeAfterShutdown()
59 var env2 = GrpcEnvironment.AddRef(); in InitializeAfterShutdown()
87 var env = GrpcEnvironment.AddRef(); in ShuttingDownEventIsFired()
/third_party/gn/src/base/memory/
Dref_counted.h32 void AddRef() const { AddRefImpl(); } in AddRef() function
96 void AddRef() const { AddRefImpl(); } in AddRef() function
100 void AddRef() const;
208 void AddRef() const { subtle::RefCountedBase::AddRef(); } in AddRef() function
276 void AddRef() const { subtle::RefCountedThreadSafeBase::AddRef(); }
Dscoped_refptr.h175 AddRef(ptr_); in scoped_refptr()
266 static void AddRef(T* ptr);
272 void scoped_refptr<T>::AddRef(T* ptr) { in AddRef() function
273 ptr->AddRef(); in AddRef()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_msctf.h57 ULONG (STDMETHODCALLTYPE *AddRef)(ITfThreadMgr *);
80 ULONG (STDMETHODCALLTYPE *AddRef)(ITfThreadMgrEx *);
105 ULONG (STDMETHODCALLTYPE *AddRef)(ITfDocumentMgr *);
123 ULONG (STDMETHODCALLTYPE *AddRef)(ITfUIElementSink *);
138 ULONG (STDMETHODCALLTYPE *AddRef)(ITfUIElementMgr *);
155 ULONG (STDMETHODCALLTYPE *AddRef)(ITfCandidateListUIElement *);
179 ULONG (STDMETHODCALLTYPE *AddRef)(ITfReadingInformationUIElement *);
201 ULONG (STDMETHODCALLTYPE *AddRef)(ITfUIElement *);
217 ULONG (STDMETHODCALLTYPE *AddRef)(ITfInputProcessorProfileActivationSink *);
231 ULONG (STDMETHODCALLTYPE *AddRef)(ITfSource *);
/third_party/cef/include/
Dcef_base.h58 virtual void AddRef() const = 0;
101 void AddRef() const { ref_count_.Increment(); } in AddRef() function
128 void AddRef() const override { ref_count_.AddRef(); } \
/third_party/cef/include/base/
Dcef_ref_counted.h87 void AddRef() const { in AddRef() function
204 void AddRef() const { AddRefImpl(); } in AddRef() function
209 void AddRef() const;
364 void AddRef() const { cef_subtle::RefCountedBase::AddRef(); } in AddRef() function
432 void AddRef() const { AddRefImpl(T::kRefCountPreference); }
452 cef_subtle::RefCountedThreadSafeBase::AddRef();
Dcef_scoped_refptr.h226 AddRef(ptr_); in scoped_refptr()
336 static void AddRef(T* ptr);
349 void scoped_refptr<T>::AddRef(T* ptr) { in AddRef() function
350 ptr->AddRef(); in AddRef()
/third_party/cef/libcef_dll/cpptoc/
Dcpptoc_ref_counted.h34 wrapper->AddRef(); in Wrap()
80 void AddRef() const { in AddRef() function
82 ref_count_.AddRef(); in AddRef()
135 void UnderlyingAddRef() const { wrapper_struct_.object_->AddRef(); } in UnderlyingAddRef()
154 wrapperStruct->wrapper_->AddRef(); in struct_add_ref()
/third_party/flutter/engine/flutter/fml/memory/
Dref_ptr.h78 ptr_->AddRef(); in RefPtr()
84 ptr_->AddRef(); in RefPtr()
90 ptr_->AddRef(); in RefPtr()
123 r.ptr_->AddRef();
135 r.ptr_->AddRef();
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h2223 ULONG ( STDMETHODCALLTYPE *AddRef )(
2267 ( (This)->lpVtbl -> AddRef(This) )
2332 ULONG ( STDMETHODCALLTYPE *AddRef )(
2359 ( (This)->lpVtbl -> AddRef(This) )
2426 ULONG ( STDMETHODCALLTYPE *AddRef )(
2473 ( (This)->lpVtbl -> AddRef(This) )
2547 ULONG ( STDMETHODCALLTYPE *AddRef )(
2578 ( (This)->lpVtbl -> AddRef(This) )
2665 ULONG ( STDMETHODCALLTYPE *AddRef )(
2731 ( (This)->lpVtbl -> AddRef(This) )
[all …]
/third_party/glib/gio/
Dgwin32api-package.h19 ULONG (STDMETHODCALLTYPE *AddRef)(
100 #define IPackageManager_AddRef(This) (This)->lpVtbl->AddRef(This)
120 ULONG (STDMETHODCALLTYPE *AddRef)(
182 #define IPackageId_AddRef(This) (This)->lpVtbl->AddRef(This)
208 ULONG (STDMETHODCALLTYPE *AddRef)(
254 #define IPackage_AddRef(This) (This)->lpVtbl->AddRef(This)
Dgwin32api-iterator.h14 ULONG (STDMETHODCALLTYPE *AddRef)(
62 #define IIterator_AddRef(This) (This)->lpVtbl->AddRef(This)
84 ULONG (STDMETHODCALLTYPE *AddRef)(
118 #define IIterable_AddRef(This) (This)->lpVtbl->AddRef(This)
Dgwin32api-application-activation-manager.h54 ULONG (STDMETHODCALLTYPE *AddRef)(
92 #define IApplicationActivationManager_AddRef(This) (This)->lpVtbl->AddRef(This)
104 return This->lpVtbl->AddRef(This);
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11shader.cpp284 pixel_shader->AddRef (); in gst_d3d11_quad_new()
285 vertex_shader->AddRef (); in gst_d3d11_quad_new()
286 layout->AddRef (); in gst_d3d11_quad_new()
287 vertex_buffer->AddRef (); in gst_d3d11_quad_new()
288 index_buffer->AddRef (); in gst_d3d11_quad_new()
297 quad->const_buffer[i]->AddRef (); in gst_d3d11_quad_new()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DCompletionQueueSafeHandleTest.cs33 GrpcEnvironment.AddRef(); in CreateSyncAndDestroy()
42 var env = GrpcEnvironment.AddRef(); in CreateAsyncAndShutdown()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h116 virtual size_t AddRef() const = 0;
144 virtual size_t AddRef() const { in AddRef() function
205 p->AddRef(); // always AddRef() before Release()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h116 virtual size_t AddRef() const = 0;
144 virtual size_t AddRef() const { in AddRef() function
205 p->AddRef(); // always AddRef() before Release()
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp39 SK_STDMETHODIMP_(ULONG) AddRef() override;
71 AddRef(); in QueryInterface()
79 SK_STDMETHODIMP_(ULONG) StreamFontFileLoader::AddRef() { in SK_STDMETHODIMP_()
108 SK_STDMETHODIMP_(ULONG) AddRef() override;
147 AddRef(); in QueryInterface()
155 SK_STDMETHODIMP_(ULONG) StreamFontFileEnumerator::AddRef() { in SK_STDMETHODIMP_()
202 SK_STDMETHODIMP_(ULONG) AddRef() override;
234 AddRef(); in QueryInterface()
242 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::AddRef() { in SK_STDMETHODIMP_()
601 this->AddRef(); in QueryInterface()
[all …]
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp38 SK_STDMETHODIMP_(ULONG) AddRef() override;
70 AddRef(); in QueryInterface()
78 SK_STDMETHODIMP_(ULONG) StreamFontFileLoader::AddRef() { in SK_STDMETHODIMP_()
107 SK_STDMETHODIMP_(ULONG) AddRef() override;
146 AddRef(); in QueryInterface()
154 SK_STDMETHODIMP_(ULONG) StreamFontFileEnumerator::AddRef() { in SK_STDMETHODIMP_()
201 SK_STDMETHODIMP_(ULONG) AddRef() override;
233 AddRef(); in QueryInterface()
241 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::AddRef() { in SK_STDMETHODIMP_()
530 this->AddRef(); in QueryInterface()
[all …]
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc127 STDMETHODIMP_(ULONG) AddRef() override;
248 reinterpret_cast<IUnknown*>(*ppvObject)->AddRef(); in QueryInterface()
254 STDMETHODIMP_(ULONG) CefIAccessible::AddRef() { in STDMETHODIMP_()
290 parent->AddRef(); in get_accParent()
338 (*ppdispChild)->AddRef(); in get_accChild()
463 pFocusChild->pdispVal->AddRef(); in get_accFocus()
673 platform_accessibility_->AddRef(); in GetNativeAccessibleObject()
/third_party/flutter/skia/src/utils/win/
DSkTScopedComPtr.h17 ptr->AddRef(); in SkRefComPtr()
23 ptr->AddRef(); in SkSafeRefComPtr()
/third_party/skia/src/utils/win/
DSkTScopedComPtr.h17 ptr->AddRef(); in SkRefComPtr()
23 ptr->AddRef(); in SkSafeRefComPtr()
/third_party/openh264/module/
DRefCounted.h88 void AddRef() { in AddRef() function
135 aPtr->AddRef(); in Assign()
/third_party/mesa3d/include/d3dadapter/
Dpresent.h59 ULONG (WINAPI *AddRef)(ID3DPresent *This);
111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p)
141 ULONG (WINAPI *AddRef)(ID3DPresentGroup *This);
163 #define ID3DPresentGroup_AddRef(p) (p)->lpVtbl->AddRef(p)
/third_party/cef/include/wrapper/
Dcef_helpers.h105 void AddRef() const override { ref_count_.AddRef(); } \

1234567