Home
last modified time | relevance | path

Searched refs:CopyType (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/cpp2/
H A DTesting.h212 CtorType CopyType = CtorType::Trivial,
265 template <typename T, CtorType CopyType>
272 test::is_nothrow_compat_v<CopyType>, in staticAssertCopyConstructible()
276 test::is_trivial_compat_v<CopyType>, in staticAssertCopyConstructible()
281 template <typename T, CtorType CopyType>
288 test::is_nothrow_compat_v<CopyType>, in staticAssertCopyAssignable()
292 test::is_trivial_compat_v<CopyType>, in staticAssertCopyAssignable()
353 CtorType CopyType,
358 ValidateTestCase<CopyType, DtorType>(); in staticAssertConstructible()
369 staticAssertCopyAssignable<T, CopyType>(); in staticAssertAssignable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_copy_texture_CHROMIUM_unittest.cc30 enum CopyType { TexImage, TexSubImage }; enum
31 const CopyType kCopyTypes[] = {
686 INSTANTIATE_TEST_SUITE_P(CopyType,
690 INSTANTIATE_TEST_SUITE_P(CopyType,
696 CopyType copy_type = GetParam(); in TEST_P()
858 CopyType copy_type = GetParam(); in TEST_P()
909 CopyType copy_type = GetParam(); in TEST_P()
962 CopyType copy_type = GetParam(); in TEST_P()
987 CopyType copy_type = GetParam(); in TEST_P()
996 CopyType copy_type = GetParam(); in TEST_P()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A DXdmfDataDesc.h91 XdmfInt32 CopyType( XdmfDataDesc *DataDesc ) { in CopyType() function
92 return( this->CopyType( DataDesc->GetDataType() ) ); in CopyType()
97 XdmfInt32 CopyType( hid_t DataType );
H A DXdmfHDF.cxx499 this->CopyType( H5Dget_type( this->Dataset ) ); in CreateDataset()
528 this->CopyType( H5Dget_type( this->Dataset ) ); in OpenDataset()
542 Array->CopyType( this->GetDataType() ); in DoRead()
595 this->CopyType( Array ); in DoWrite()
876 Hdf.CopyType( Source ); in CopyArray()
H A DXdmfValuesHDF.cxx69 RetArray->CopyType(this->DataDesc); in Read()
168 H5.CopyType(this->DataDesc); in Write()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A DXdmfDataDesc.h91 XdmfInt32 CopyType( XdmfDataDesc *DataDesc ) { in CopyType() function
92 return( this->CopyType( DataDesc->GetDataType() ) ); in CopyType()
97 XdmfInt32 CopyType( hid_t DataType );
H A DXdmfHDF.cxx499 this->CopyType( H5Dget_type( this->Dataset ) ); in CreateDataset()
528 this->CopyType( H5Dget_type( this->Dataset ) ); in OpenDataset()
542 Array->CopyType( this->GetDataType() ); in DoRead()
595 this->CopyType( Array ); in DoWrite()
876 Hdf.CopyType( Source ); in CopyArray()
H A DXdmfValuesHDF.cxx69 RetArray->CopyType(this->DataDesc); in Read()
168 H5.CopyType(this->DataDesc); in Write()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A DXdmfDataDesc.h91 XdmfInt32 CopyType( XdmfDataDesc *DataDesc ) { in CopyType() function
92 return( this->CopyType( DataDesc->GetDataType() ) ); in CopyType()
97 XdmfInt32 CopyType( hid_t DataType );
H A DXdmfHDF.cxx499 this->CopyType( H5Dget_type( this->Dataset ) ); in CreateDataset()
528 this->CopyType( H5Dget_type( this->Dataset ) ); in OpenDataset()
542 Array->CopyType( this->GetDataType() ); in DoRead()
595 this->CopyType( Array ); in DoWrite()
876 Hdf.CopyType( Source ); in CopyArray()
H A DXdmfValuesHDF.cxx69 RetArray->CopyType(this->DataDesc); in Read()
168 H5.CopyType(this->DataDesc); in Write()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/test/
H A DTestXdmfHDF.cxx15 H5->CopyType( MyData ); in main()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/test/
H A DTestXdmfHDF.cxx15 H5->CopyType( MyData ); in main()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/wavelets/
H A DWaveletBase.h101 using CopyType = vtkm::worklet::wavelets::CopyWorklet; in DeviceCopyStartX() local
102 CopyType cp(startIdx); in DeviceCopyStartX()
103 vtkm::worklet::DispatcherMapField<CopyType> dispatcher(cp); in DeviceCopyStartX()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/alidns/
H A Dcopy_gtm_config.go76 CopyType string `position:"Query" name:"CopyType"` member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/alidns/
H A Dcopy_gtm_config.go76 CopyType string `position:"Query" name:"CopyType"` member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/wavelets/
H A DWaveletBase.h113 using CopyType = vtkm::worklet::wavelets::CopyWorklet; in DeviceCopyStartX() local
114 CopyType cp(startIdx); in DeviceCopyStartX()
115 vtkm::worklet::DispatcherMapField<CopyType> dispatcher(cp); in DeviceCopyStartX()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()

1234567