/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | FieldMaskPartial.cs | 165 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 D | loader_get_proc_addr_tests.cpp | 114 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 D | ReflectionUtil.cs | 119 ((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 D | SingleFieldAccessor.cs | 115 : Activator.CreateInstance(clrType); in SingleFieldAccessor()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arenastring.h | 79 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 D | hwvulkan.h | 65 PFN_vkCreateInstance CreateInstance; member
|
/third_party/lame/dshow/ |
H A D | aboutprp.h | 28 static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
|
H A D | PropPage.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
|
H A D | PropPage_adv.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
|
H A D | aboutprp.cpp | 60 // CreateInstance 62 CUnknown * WINAPI CMAEAbout::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() function in CMAEAbout
|
H A D | Mpegac.cpp | 174 { 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 D | Mpegac.h | 100 static CUnknown *CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
|
H A D | PropPage_adv.cpp | 45 // CreateInstance 47 CUnknown *CMpegAudEncPropertyPageAdv::CreateInstance( LPUNKNOWN punk, HRESULT *phr ) in CreateInstance() function in CMpegAudEncPropertyPageAdv
|
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/ |
H A D | Program.cs | 64 IMessage message = (IMessage) Activator.CreateInstance(type);
in Main()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 49 MACRO(0, 0, FF_VK_EXT_NO_FLAG, CreateInstance) \
|
/third_party/skia/modules/particles/include/ |
H A D | SkReflected.h | 78 static sk_sp<SkReflected> CreateInstance(const char* name) { in CreateInstance() function in SkReflected
|
H A D | SkParticleSerialization.h | 103 e = SkReflected::CreateInstance(type);
|
/third_party/skia/tests/ |
H A D | VkPriorityExtensionTest.cpp | 115 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 D | WindowSurfaceTests.cpp | 55 mInstance = wgpu::CreateInstance();
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | webgpu_cpp.cpp | 151 Instance CreateInstance(const InstanceDescriptor* descriptor) {
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 85 .CreateInstance = tu_CreateInstance, in tu_hal_open()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_android.c | 102 .CreateInstance = v3dv_CreateInstance, in v3dv_hal_open()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | tracing-controller.cc | 188 perfetto::trace_processor::TraceProcessorStorage::CreateInstance( in StartTracing()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_instance.c | 258 LOOKUP_VK_ENTRYPOINT(CreateInstance); in vk_instance_get_proc_addr()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | BackendVk.cpp | 369 DAWN_TRY(CheckVkSuccess(mFunctions.CreateInstance(&createInfo, nullptr, &mInstance), in CreateVkInstance()
|