/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
PiDxeCis.h | 272 No descriptor contains the desired space.
346 Retrieves the descriptor for a memory region containing a specified address.
349 @param Descriptor A pointer to a caller allocated descriptor.
351 @retval EFI_SUCCESS The descriptor for the memory resource region containing
352 BaseAddress was returned in Descriptor.
353 @retval EFI_INVALID_PARAMETER Descriptor is NULL.
361 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor
564 Retrieves the descriptor for an I/O region containing a specified address.
567 @param Descriptor A pointer to a caller allocated descriptor. [all...] |
/external/grpc-grpc/examples/python/helloworld/ |
helloworld_pb2.py | 6 from google.protobuf import descriptor as _descriptor 18 DESCRIPTOR = _descriptor.FileDescriptor( 28 _HELLOREQUEST = _descriptor.Descriptor( 32 file=DESCRIPTOR, 59 _HELLOREPLY = _descriptor.Descriptor( 63 file=DESCRIPTOR, 89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST 90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY 91 _sym_db.RegisterFileDescriptor(DESCRIPTOR) 94 DESCRIPTOR = _HELLOREQUEST [all...] |
/external/grpc-grpc/examples/python/interceptors/default_value/ |
helloworld_pb2.py | 6 from google.protobuf import descriptor as _descriptor 18 DESCRIPTOR = _descriptor.FileDescriptor( 28 _HELLOREQUEST = _descriptor.Descriptor( 32 file=DESCRIPTOR, 59 _HELLOREPLY = _descriptor.Descriptor( 63 file=DESCRIPTOR, 89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST 90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY 91 _sym_db.RegisterFileDescriptor(DESCRIPTOR) 94 DESCRIPTOR = _HELLOREQUEST [all...] |
/external/grpc-grpc/examples/python/interceptors/headers/ |
helloworld_pb2.py | 6 from google.protobuf import descriptor as _descriptor 18 DESCRIPTOR = _descriptor.FileDescriptor( 28 _HELLOREQUEST = _descriptor.Descriptor( 32 file=DESCRIPTOR, 59 _HELLOREPLY = _descriptor.Descriptor( 63 file=DESCRIPTOR, 89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST 90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY 91 _sym_db.RegisterFileDescriptor(DESCRIPTOR) 94 DESCRIPTOR = _HELLOREQUEST [all...] |
/external/grpc-grpc/examples/python/multiplex/ |
helloworld_pb2.py | 6 from google.protobuf import descriptor as _descriptor 18 DESCRIPTOR = _descriptor.FileDescriptor( 28 _HELLOREQUEST = _descriptor.Descriptor( 32 file=DESCRIPTOR, 59 _HELLOREPLY = _descriptor.Descriptor( 63 file=DESCRIPTOR, 89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST 90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY 91 _sym_db.RegisterFileDescriptor(DESCRIPTOR) 94 DESCRIPTOR = _HELLOREQUEST [all...] |
/external/grpc-grpc/test/cpp/end2end/ |
proto_server_reflection_test.cc | 110 const protobuf::Descriptor* desc = desc_pool_->FindMessageTypeByName(type); 111 const protobuf::Descriptor* ref_desc =
|
/external/perfetto/tools/proto_to_cpp/ |
proto_to_cpp.cc | 86 std::string GetFwdDeclType(const Descriptor* msg, bool with_namespace = false) { 89 for (const Descriptor* par = msg->containing_type(); par; 102 void GenFwdDecl(const Descriptor* msg, Printer* p) { 127 void GenHeader(const Descriptor*, Printer*); 128 void GenCpp(const Descriptor*, Printer*, std::string prefix); 266 const Descriptor* msg = proto_file->message_type(i); 276 void ProtoToCpp::GenHeader(const Descriptor* msg, Printer* p) { 380 void ProtoToCpp::GenCpp(const Descriptor* msg, Printer* p, std::string prefix) {
|
/external/protobuf/conformance/ |
conformance_cpp.cc | 42 using google::protobuf::Descriptor; 54 static string GetTypeUrl(const Descriptor* message) { 199 type_url = new string(GetTypeUrl(TestAllTypes::descriptor()));
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
Api.cs | 16 #region Descriptor 17 /// <summary>File descriptor for google/protobuf/api.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.ApiReflection 42 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 43 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.SourceContextReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TypeReflection.Descriptor, }, 55 /// Api is a light-weight descriptor for a protocol buffer service. 62 public static pbr::MessageDescriptor Descriptor { [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
TextFormatParseInfoTreeTest.java | 33 import com.google.protobuf.Descriptors.Descriptor; 44 private static final Descriptor DESCRIPTOR = TestAllTypes.getDescriptor(); 46 DESCRIPTOR.findFieldByName("optional_int32"); 48 DESCRIPTOR.findFieldByName("optional_boolean"); 50 DESCRIPTOR.findFieldByName("repeated_int32"); 52 DESCRIPTOR.findFieldByName("optional_nested_message"); 54 DESCRIPTOR.findFieldByName("repeated_nested_message");
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
protobuf.h | 42 struct Descriptor; 53 typedef struct Descriptor Descriptor; 84 Descriptor ---------------|-----------> upb_msgdef (enum types)| 109 struct Descriptor { 139 VALUE descriptor; member in struct:MessageBuilderContext 144 VALUE descriptor; member in struct:OneofBuilderContext 189 Descriptor* ruby_to_Descriptor(VALUE value); 252 VALUE descriptor, 266 VALUE descriptor, 478 Descriptor* descriptor; \/\/ kept alive by self.class.descriptor reference. member in struct:MessageHeader [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_context.cc | 36 #include <google/protobuf/descriptor.h> 107 const Descriptor* message) { 194 bool Context::HasGeneratedMethods(const Descriptor* descriptor) const { 195 return enforce_lite_ || descriptor->file()->options().optimize_for() !=
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_map_field.cc | 72 const FieldDescriptor* KeyField(const FieldDescriptor* descriptor) { 73 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); 74 const Descriptor* message = descriptor->message_type(); 79 const FieldDescriptor* ValueField(const FieldDescriptor* descriptor) { 80 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); 81 const Descriptor* message = descriptor->message_type(); 87 const FieldDescriptor* descriptor, map<string, string>* variables) { 88 const FieldDescriptor* key = KeyField(descriptor); [all...] |
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_helpers.h | 37 #include <google/protobuf/descriptor.h> 38 #include <google/protobuf/descriptor.pb.h> 80 // descriptor. 81 string ClassName(const Descriptor* descriptor); 82 string EnumName(const EnumDescriptor* descriptor); 85 // the descriptor. 86 string EnumValueName(const EnumValueDescriptor* descriptor); 88 // Returns the name of the enum value corresponding to the descriptor. 89 string EnumValueShortName(const EnumValueDescriptor* descriptor); [all...] |
/external/protobuf/src/google/protobuf/ |
test_util.h | 137 // base_descriptor must be a descriptor for TestAllTypes or 142 explicit ReflectionTester(const Descriptor* base_descriptor); 180 const Descriptor* base_descriptor_;
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
DWARFDebugArangeSet.cpp | 66 // descriptor on the target system. This header is followed by a series 94 Descriptor arangeDescriptor; 135 bool operator()(const DWARFDebugArangeSet::Descriptor &desc) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
ReplaceFileTest.cpp | 51 explicit ScopedFD(int Descriptor) : FD(Descriptor) {} 96 // descriptor. 103 // If we obtain a new descriptor for the target file, we should find that it
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbBus.h | 540 Retrieve the device descriptor of the device.
543 @param Descriptor The variable to receive the device descriptor.
545 @retval EFI_SUCCESS The device descriptor is returned.
553 OUT EFI_USB_DEVICE_DESCRIPTOR *Descriptor
557 Return the configuration descriptor of the current active configuration.
560 @param Descriptor The USB configuration descriptor.
562 @retval EFI_SUCCESS The active configuration descriptor is returned.
571 OUT EFI_USB_CONFIG_DESCRIPTOR *Descriptor
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/ |
LegacyRegion2.c | 201 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
203 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
217 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
LegacyRegion.h | 209 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
211 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
225 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
LegacyRegion.c | 195 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
197 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
211 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/ |
FspHobProcessLibVlv2.c | 372 SmramHobDescriptorBlock->Descriptor[0].PhysicalStart = TsegBase;
373 SmramHobDescriptorBlock->Descriptor[0].CpuStart = TsegBase;
374 SmramHobDescriptorBlock->Descriptor[0].PhysicalSize = TsegSize;
375 SmramHobDescriptorBlock->Descriptor[0].RegionState = EFI_SMRAM_CLOSED;
381 BIOS process FspBobList for other data (not Memory Resource Descriptor).
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugArangeSet.cpp | 40 // descriptor on the target system. This header is followed by a series 68 Descriptor arangeDescriptor;
|
/external/perfetto/tools/ftrace_proto_gen/ |
proto_gen_utils.h | 26 #include <google/protobuf/descriptor.h> 73 Proto(std::string evt_name, const google::protobuf::Descriptor& desc);
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_doc_comment.cc | 35 #include <google/protobuf/descriptor.h> 85 io::Printer* printer, const DescriptorType* descriptor) { 87 if (descriptor->GetSourceLocation(&location)) { 92 void WriteMessageDocComment(io::Printer* printer, const Descriptor* message) {
|