Home
last modified time | relevance | path

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

123456

/third_party/node/src/
Dnode_metadata.h78 struct Release { struct
96 const Release release; argument
/third_party/gn/src/base/memory/
Dref_counted.h35 bool Release() const { in Release() function
95 bool Release() const { return ReleaseImpl(); } in Release() function
210 void Release() const { in Release() function
Dref_counted.cc25 bool RefCountedThreadSafeBase::Release() const { in Release() function in base::subtle::RefCountedThreadSafeBase
/third_party/cef/include/base/
Dcef_ref_counted.h103 bool Release() const { in Release() function
203 bool Release() const { return ReleaseImpl(); } in Release() function
366 void Release() const { in Release() function
/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/spirv-tools/docs/
Ddownloads.md4 ## Release section in Downloads
/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/
Dlock_stdmutex.h35 void Release() const { in Release() function
Dlock_unsafe.h38 void Release() const { in Release() function
Dlock_win32.h42 void Release() { in Release() function
Dlock_posix.h48 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/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/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/include/base/internal/
Dcef_scoped_block_mac.h53 static void Release(B block) { Block_release(block); } in Release() function
/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/cef/include/
Dcef_base.h106 bool Release() const { return !ref_count_.Decrement(); } in Release() function
/third_party/skia/third_party/externals/dawn/src/common/
DCoreFoundationRef.h28 static void Release(T value) { in Release() function
DRefCounted.h51 static void Release(T* value) { in Release() function
DIOKitRef.h28 static void Release(T value) { in Release() function

123456