Home
last modified time | relevance | path

Searched refs:Destruct (Results 1 - 19 of 19) sorted by relevance

/third_party/gn/src/base/memory/
H A Dref_counted.h195 static void Destruct(const T* x) { in Destruct() function
217 Traits::Destruct(static_cast<const T*>(this)); in Release()
243 static void Destruct(const T* x) { in Destruct() function
281 Traits::Destruct(static_cast<const T*>(this)); in Release()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DExpressionLimit_test.cpp276 sh::Destruct(vertexCompiler); in TEST_F()
301 sh::Destruct(vertexCompiler); in TEST_F()
323 sh::Destruct(vertexCompiler); in TEST_F()
345 sh::Destruct(vertexCompiler); in TEST_F()
548 sh::Destruct(vertexCompiler); in TEST_F()
570 sh::Destruct(compiler); in TEST_F()
593 sh::Destruct(compiler); in TEST_F()
618 sh::Destruct(compiler); in TEST_F()
H A DShaderVariable_test.cpp235 sh::Destruct(compiler); in TEST()
270 sh::Destruct(compiler); in TEST()
312 sh::Destruct(compiler); in TEST()
354 sh::Destruct(compiler); in TEST()
401 sh::Destruct(compiler); in TEST()
H A DFragDepth_test.cpp36 sh::Destruct(mCompiler); in DestroyCompiler()
H A DPrecise_test.cpp54 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler()
H A DShCompile_test.cpp35 sh::Destruct(mCompiler);
H A DEXT_shader_framebuffer_fetch_test.cpp159 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp380 sh::Destruct(vertexCompiler); in main()
382 sh::Destruct(fragmentCompiler); in main()
384 sh::Destruct(computeCompiler); in main()
386 sh::Destruct(geometryCompiler); in main()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderExtensionTest.h41 sh::Destruct(mCompiler); in DestroyCompiler()
/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.h156 // Destruct object without exceptions
157 HRESULT Destruct();
H A DMultiOutStream.cpp34 HRESULT CMultiOutStream::Destruct() in Destruct() function in CMultiOutStream
77 twice for same CVolStream in this Destruct() function */ in Destruct()
97 Destruct(); in ~CMultiOutStream()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderLang.cpp368 Destruct(base); in ConstructCompiler()
375 void Destruct(ShHandle handle) in Destruct() function
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h122 // 4. Call Destruct() only if the object is initialized.
134 void Destruct() { get_mutable()->~T(); } in Destruct() function in google::protobuf::internal::ExplicitlyConstructed
H A Dmap_field.h85 val_.string_value_.Destruct(); in ~MapKey()
255 val_.string_value_.Destruct(); in SetType()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp86 HRESULT Destruct() in Destruct() function
94 const HRESULT hres2 = rec.Spec->Destruct(); in Destruct()
1587 RINOK(multiStreams.Destruct()) in UpdateArchive()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.cpp356 sh::Destruct(mHandle); in destroy()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderLang.h651 void Destruct(ShHandle handle);
/third_party/libabigail/tests/lib/
H A Dcatch.hpp7396 template <typename T, bool Destruct>
7421 template <bool AllowManualDestruction = !Destruct>
7430 void destruct_on_exit(typename std::enable_if<Destruct, U>::type* = 0) { destruct<true>(); }
7433 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { }
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 56 milliseconds