Home
last modified time | relevance | path

Searched defs:Release (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/node/src/
Dnode_metadata.h78 struct Release { struct
96 const Release release; argument
/third_party/cef/include/base/
Dcef_ref_counted.h89 bool Release() const { in Release() function
157 void Release() const { in Release() function
206 void Release() const { in Release() function
/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/
Dlock.h52 void Release() const { in Release() function
80 void Release() const { in Release() function
Dlock_posix.h48 void Release() const { in Release() function
/third_party/gn/src/base/memory/
Dref_counted.h36 bool Release() const { in Release() function
95 bool Release() const { return ReleaseImpl(); } in Release() function
209 void Release() const { in Release() function
Dref_counted.cc25 bool RefCountedThreadSafeBase::Release() const { in Release() function in base::subtle::RefCountedThreadSafeBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h49 void Release() const { in Release() function
75 void Release() const { in Release() function
107 void Release() const { in Release() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h43 Release, enumerator
111 Function *Release = nullptr; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h150 virtual size_t Release() const { in Release() function
247 size_t Release() const { in Release() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h79 void Release() const { in Release() function
96 void Release() const { in Release() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h150 virtual size_t Release() const { in Release() function
247 size_t Release() const { in Release() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRefCounted.cpp36 void RefCounted::Release() { in Release() function in dawn_native::RefCounted
/third_party/flutter/engine/flutter/fml/
Dclosure.h42 fml::closure Release() { in Release() function
/third_party/cef/libcef_dll/base/
Dcef_ref_counted.cc41 bool RefCountedThreadSafeBase::Release() const { in Release() function in base::cef_subtle::RefCountedThreadSafeBase
Dcef_callback_internal.cc16 void BindStateBase::Release() { in Release() function in base::cef_internal::BindStateBase
/third_party/gn/src/base/mac/
Dscoped_cftyperef.h37 static void Release(CFT object) { CFRelease(object); } in Release() function
/third_party/flutter/engine/flutter/fml/memory/
Dref_counted.h71 void Release() const { in Release() function
Dref_counted_internal.h40 bool Release() const { in Release() function
/third_party/flutter/engine/flutter/fml/platform/android/
Dscoped_java_ref.h149 T Release() { return static_cast<T>(this->ReleaseInternal()); } in Release() function
193 T Release() { return static_cast<T>(this->ReleaseInternal()); } in Release() function
/third_party/skia/third_party/externals/dawn/src/common/
DRefCounted.h51 static void Release(T* value) { in Release() function
DCoreFoundationRef.h28 static void Release(T value) { in Release() function
DIOKitRef.h28 static void Release(T value) { in Release() function
DRefCounted.cpp52 void RefCounted::Release() { in Release() function in RefCounted
DNSRef.h73 static void Release(T value) { in Release() function
/third_party/cef/include/
Dcef_base.h103 bool Release() const { return !base::AtomicRefCountDec(&ref_count_); } in Release() function

12345