Home
last modified time | relevance | path

Searched defs:descriptor (Results 26 - 50 of 760) sorted by relevance

12345678910>>...31

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DPipelineLayoutTests.cpp41 wgpu::BindGroupLayoutDescriptor descriptor; in TEST_P() local
51 wgpu::BindGroupLayoutDescriptor descriptor; in TEST_P() local
63 wgpu::PipelineLayoutDescriptor descriptor; in TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12ResourceHeapTests.cpp53 wgpu::TextureDescriptor descriptor; in TEST_P() local
84 wgpu::BufferDescriptor descriptor; TEST_P() local
[all...]
H A DInternalResourceUsageTests.cpp22 wgpu::BufferDescriptor descriptor; in CreateBuffer() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DToggleValidationTests.cpp46 dawn_native::DawnDeviceDescriptor descriptor; in TEST_F() local
63 dawn_native::DawnDeviceDescriptor descriptor; in TEST_F() local
80 dawn_native::DawnDeviceDescriptor descriptor; in TEST_F() local
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.h80 inline bool IsWrapperType(const FieldDescriptor* descriptor) { in IsWrapperType() argument
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_enum_reflection.h78 bool ParseNamedEnum(const EnumDescriptor* descriptor, ConstStringParam name, in ParseNamedEnum() argument
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_async_reply.cpp24 std::u16string descriptor = PowerMgrStubAsync::GetDescriptor(); in OnRemoteRequest() local
/base/msdp/device_status/intention/ipc/tunnel/src/
H A Dintention_stub.cpp30 std::u16string descriptor = IntentionStub::GetDescriptor(); in OnRemoteRequest() local
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dnative_module.cpp28 napi_property_descriptor descriptor[] = { in Init() local
/base/security/asset/interfaces/inner_kits/rs/src/
H A Dlib.rs121 fn descriptor(&self) -> &'static str { functions
/base/security/asset/services/core_service/src/
H A Dstub.rs58 fn descriptor(&self) -> &'static str { in descriptor() functions
/base/security/access_token/frameworks/inner_api/privacy/src/
H A Don_permission_used_record_callback_stub.cpp37 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
H A Dperm_active_status_change_callback_stub.cpp36 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
H A Dstate_change_callback_stub.cpp36 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/src/
H A Ddlp_sandbox_change_callback_stub.cpp33 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
H A Dopen_dlp_file_callback_stub.cpp34 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/base/security/security_component_manager/frameworks/inner_api/security_component/src/
H A Dsec_comp_dialog_callback_stub.cpp34 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/base/time/time_service/services/ipc/stub/
H A Dtimer_call_back_stub.cpp23 std::u16string descriptor = GetDescriptor(); in OnRemoteRequest() local
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_event_listener_stub.cpp26 std::u16string descriptor = WallpaperEventListenerStub::GetDescriptor(); in OnRemoteRequest() local
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DTypeRegistryTest.cs84 private static void AssertDescriptorPresent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorPresent() argument
89 private static void AssertDescriptorAbsent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorAbsent() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorDeclaration.cs94 private DescriptorDeclaration(IDescriptor descriptor, Location location) in DescriptorDeclaration() argument
109 internal static DescriptorDeclaration FromProto(IDescriptor descriptor, Location location) => in FromProto() argument
H A DExtensionCollection.cs89 public IList<FieldDescriptor> GetExtensionsInDeclarationOrder(MessageDescriptor descriptor) in GetExtensionsInDeclarationOrder() argument
98 public IList<FieldDescriptor> GetExtensionsInNumberOrder(MessageDescriptor descriptor) in GetExtensionsInNumberOrder() argument
[all...]
H A DFieldAccessorBase.cs45 private readonly FieldDescriptor descriptor; field in Google.Protobuf.Reflection.FieldAccessorBase
47 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor) in FieldAccessorBase() argument
H A DExtensionAccessor.cs40 internal ExtensionAccessor(FieldDescriptor descriptor) in ExtensionAccessor() argument
H A DOneofAccessor.cs47 private OneofAccessor(OneofDescriptor descriptor, Func<IMessage, int> caseDelegate, Action<IMessage> clearDelegate) in OneofAccessor() argument
63 internal static OneofAccessor ForSyntheticOneof(OneofDescriptor descriptor) in ForSyntheticOneof() argument
54 ForRegularOneof( OneofDescriptor descriptor, PropertyInfo caseProperty, MethodInfo clearMethod) ForRegularOneof() argument
[all...]

Completed in 8 milliseconds

12345678910>>...31