Home
last modified time | relevance | path

Searched defs:descriptor (Results 126 - 150 of 1143) sorted by relevance

12345678910>>...46

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dsync_completed_callback_stub.cpp49 std::u16string descriptor = SyncCompletedCallbackStub::GetDescriptor(); in OnRemoteRequest() local
H A Ddp_inited_callback_stub.cpp41 std::u16string descriptor = DpInitedCallbackStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_stub.cpp27 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Duniform_type_descriptor_impl.cpp37 std::shared_ptr<TypeDescriptor> descriptor; in GetTypeDescriptor() local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension_stub.cpp63 const std::u16string descriptor = ExtExtensionStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dstart_stop_d_inputs_call_back_stub.cpp34 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dobserver_callback_stub.cpp50 std::u16string descriptor = ObserverCallbackStub::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...]
H A DMapFieldAccessor.cs44 internal MapFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in MapFieldAccessor() argument
H A DSingleFieldAccessor.cs53 internal SingleFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in SingleFieldAccessor() argument
H A DRepeatedFieldAccessor.cs44 internal RepeatedFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in RepeatedFieldAccessor() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAnyPartial.cs43 private static string GetTypeUrl(MessageDescriptor descriptor, string prefix) => in GetTypeUrl() argument
75 public bool Is(MessageDescriptor descriptor) in Is() argument
[all...]
/third_party/protobuf/csharp/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/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_copy_memory_test.cpp229 auto descriptor = MakeInstructionDescriptor(27, SpvOpFunctionCall, 0); in TEST() local
/third_party/skia/src/core/
H A DSkStrikeSpec.h95 const SkDescriptor& descriptor() const { return *fAutoDescriptor.getDesc(); } in descriptor() function in SkStrikeSpec
/third_party/skia/src/gpu/text/
H A DGrStrikeCache.cpp38 uint32_t GrStrikeCache::HashTraits::Hash(const SkDescriptor& descriptor) { in Hash() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramDataManager.cpp52 wgpu::BindGroupDescriptor descriptor; in uploadUniformBuffers() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_copy_memory_test.cpp229 auto descriptor = MakeInstructionDescriptor(27, SpvOpFunctionCall, 0); in TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroup.h68 BindGroupBase(Derived* derived, DeviceBase* device, const BindGroupDescriptor* descriptor) in BindGroupBase() argument
H A DComputePipeline.cpp23 ValidateComputePipelineDescriptor(DeviceBase* device, const ComputePipelineDescriptor* descriptor) ValidateComputePipelineDescriptor() argument
41 ComputePipelineBase(DeviceBase* device, const ComputePipelineDescriptor* descriptor) ComputePipelineBase() argument
[all...]

Completed in 8 milliseconds

12345678910>>...46