Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 - 25 of 47) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs165 var descriptor = Activator.CreateInstance<T>().Descriptor;
213 var descriptor = Activator.CreateInstance<T>().Descriptor;
240 var descriptor = Activator.CreateInstance<T>().Descriptor;
/third_party/vulkan-loader/tests/
H A Dloader_get_proc_addr_tests.cpp114 auto CreateInstance = reinterpret_cast<PFN_vkCreateInstance>(gipa(NULL, "vkCreateInstance")); in TEST() local
115 handle_assert_has_value(CreateInstance); in TEST()
144 PFN_vkCreateInstance CreateInstance = inst.load("vkCreateInstance"); in TEST() local
145 handle_assert_has_value(CreateInstance); in TEST()
163 PFN_vkCreateInstance CreateInstance = inst.load("vkCreateInstance"); in TEST() local
164 handle_assert_null(CreateInstance); in TEST()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs119 ((IExtensionSetReflector)Activator.CreateInstance(typeof(ExtensionSetReflector<>).MakeGenericType(msg))).CreateIsInitializedCaller();
126 (IExtensionReflectionHelper)Activator.CreateInstance(typeof(ExtensionReflectionHelper<,>).MakeGenericType(extension.TargetType, extension.GetType().GenericTypeArguments[1]), extension);
135 (IReflectionHelper) Activator.CreateInstance(typeof(ReflectionHelper<,>).MakeGenericType(t1, t2)); in GetReflectionHelper()
H A DSingleFieldAccessor.cs115 : Activator.CreateInstance(clrType); in SingleFieldAccessor()
/third_party/protobuf/src/google/protobuf/
H A Darenastring.h79 CreateInstance(arena, &value); in Set()
96 CreateInstance(arena, default_value); in Mutable()
370 void CreateInstance(Arena* arena, const ::std::string* initial_value) { in CreateInstance() function
/third_party/mesa3d/include/android_stub/hardware/
H A Dhwvulkan.h65 PFN_vkCreateInstance CreateInstance; member
/third_party/lame/dshow/
H A Daboutprp.h28 static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
H A DPropPage.h27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
H A DPropPage_adv.h27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
H A Daboutprp.cpp60 // CreateInstance
62 CUnknown * WINAPI CMAEAbout::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() function in CMAEAbout
H A DMpegac.cpp174 { g_wszName, &CLSID_LAMEDShowFilter, CMpegAudEnc::CreateInstance, NULL, &sudMpgAEnc },
175 { L"LAME Audio Encoder Property Page", &CLSID_LAMEDShow_PropertyPage, CMpegAudEncPropertyPage::CreateInstance},
176 { L"LAME Audio Encoder Property Page", &CLSID_LAMEDShow_PropertyPageAdv, CMpegAudEncPropertyPageAdv::CreateInstance},
177 { L"LAME Audio Encoder About", &CLSID_LAMEDShow_About, CMAEAbout::CreateInstance}
237 CUnknown *CMpegAudEnc::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() function in CMpegAudEnc
H A DMpegac.h100 static CUnknown *CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
H A DPropPage_adv.cpp45 // CreateInstance
47 CUnknown *CMpegAudEncPropertyPageAdv::CreateInstance( LPUNKNOWN punk, HRESULT *phr ) in CreateInstance() function in CMpegAudEncPropertyPageAdv
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
H A DProgram.cs64 IMessage message = (IMessage) Activator.CreateInstance(type); in Main()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h49 MACRO(0, 0, FF_VK_EXT_NO_FLAG, CreateInstance) \
/third_party/skia/modules/particles/include/
H A DSkReflected.h78 static sk_sp<SkReflected> CreateInstance(const char* name) { in CreateInstance() function in SkReflected
H A DSkParticleSerialization.h103 e = SkReflected::CreateInstance(type);
/third_party/skia/tests/
H A DVkPriorityExtensionTest.cpp115 ACQUIRE_VK_PROC(CreateInstance, VK_NULL_HANDLE, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DWindowSurfaceTests.cpp55 mInstance = wgpu::CreateInstance();
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dwebgpu_cpp.cpp151 Instance CreateInstance(const InstanceDescriptor* descriptor) {
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c85 .CreateInstance = tu_CreateInstance, in tu_hal_open()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_android.c102 .CreateInstance = v3dv_CreateInstance, in v3dv_hal_open()
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtracing-controller.cc188 perfetto::trace_processor::TraceProcessorStorage::CreateInstance( in StartTracing()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_instance.c258 LOOKUP_VK_ENTRYPOINT(CreateInstance); in vk_instance_get_proc_addr()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBackendVk.cpp369 DAWN_TRY(CheckVkSuccess(mFunctions.CreateInstance(&createInfo, nullptr, &mInstance), in CreateVkInstance()

Completed in 14 milliseconds

12