/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/ |
LoadBalancerProto.java | 17 static final com.google.protobuf.Descriptors.Descriptor 22 static final com.google.protobuf.Descriptors.Descriptor 27 static final com.google.protobuf.Descriptors.Descriptor 32 static final com.google.protobuf.Descriptors.Descriptor 37 static final com.google.protobuf.Descriptors.Descriptor 42 static final com.google.protobuf.Descriptors.Descriptor 47 static final com.google.protobuf.Descriptors.Descriptor 52 static final com.google.protobuf.Descriptors.Descriptor 60 return descriptor; 63 descriptor; field in class:LoadBalancerProto [all...] |
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/ |
ServerReflectionProto.java | 17 static final com.google.protobuf.Descriptors.Descriptor 22 static final com.google.protobuf.Descriptors.Descriptor 27 static final com.google.protobuf.Descriptors.Descriptor 32 static final com.google.protobuf.Descriptors.Descriptor 37 static final com.google.protobuf.Descriptors.Descriptor 42 static final com.google.protobuf.Descriptors.Descriptor 47 static final com.google.protobuf.Descriptors.Descriptor 52 static final com.google.protobuf.Descriptors.Descriptor 60 return descriptor; 63 descriptor; field in class:ServerReflectionProto [all...] |
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugArangeSet.h | 35 // The size in bytes of a segment descriptor on the target architecture. 40 struct Descriptor { 47 typedef std::vector<Descriptor> DescriptorColl;
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor.h | 38 #include <google/protobuf/descriptor.h> 51 // Wraps a Descriptor in a Python object. 55 PyObject* PyMessageDescriptor_FromDescriptor(const Descriptor* descriptor); 56 PyObject* PyFieldDescriptor_FromDescriptor(const FieldDescriptor* descriptor); 57 PyObject* PyEnumDescriptor_FromDescriptor(const EnumDescriptor* descriptor); 59 const EnumValueDescriptor* descriptor); 60 PyObject* PyOneofDescriptor_FromDescriptor(const OneofDescriptor* descriptor); 70 // Return the C++ descriptor pointer. 73 const Descriptor* PyMessageDescriptor_AsDescriptor(PyObject* obj) [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message_builder.h | 61 explicit MessageBuilderGenerator(const Descriptor* descriptor, 73 const Descriptor* descriptor_;
|
java_message.h | 63 explicit MessageGenerator(const Descriptor* descriptor); 87 const Descriptor* descriptor_; 95 explicit ImmutableMessageGenerator(const Descriptor* descriptor, 120 io::Printer* printer, const Descriptor::ExtensionRange* range);
|
java_context.h | 48 class Descriptor; 94 bool HasGeneratedMethods(const Descriptor* descriptor) const; 98 void InitializeFieldGeneratorInfoForMessage(const Descriptor* message);
|
java_name_resolver.h | 41 class Descriptor; 50 // Used to get the Java class related names for a given descriptor. It caches 71 // Gets the name of the outer class that holds descriptor information. 77 // Gets the fully-qualified class name corresponding to the given descriptor. 78 string GetClassName(const Descriptor* descriptor, bool immutable); 79 string GetClassName(const EnumDescriptor* descriptor, bool immutable); 80 string GetClassName(const ServiceDescriptor* descriptor, bool immutable); 81 string GetClassName(const FileDescriptor* descriptor, bool immutable); 84 string GetImmutableClassName(const DescriptorType* descriptor) { [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_message.h | 56 explicit MessageGenerator(const Descriptor* descriptor, const Params& params); 82 const Descriptor* descriptor_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugArangeSet.h | 36 /// The size in bytes of a segment descriptor on the target architecture. 41 struct Descriptor { 50 using DescriptorColl = std::vector<Descriptor>;
|
/external/v8/src/builtins/ |
builtins-utils-gen.h | 32 typedef Builtin_##Name##_InterfaceDescriptor Descriptor; \ 38 Node* Parameter(Descriptor::ParameterIndices index) { \
|
builtins-constructor-gen.cc | 39 TNode<Object> target = CAST(Parameter(Descriptor::kTarget)); 40 SloppyTNode<Object> new_target = CAST(Parameter(Descriptor::kNewTarget)); 41 TNode<Object> arguments_list = CAST(Parameter(Descriptor::kArgumentsList)); 42 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); 47 TNode<Object> target = CAST(Parameter(Descriptor::kTarget)); 48 SloppyTNode<Object> new_target = CAST(Parameter(Descriptor::kNewTarget)); 49 TNode<Object> spread = CAST(Parameter(Descriptor::kSpread)); 51 UncheckedCast<Int32T>(Parameter(Descriptor::kActualArgumentsCount)); 52 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); 59 Node* shared_function_info = Parameter(Descriptor::kSharedFunctionInfo) [all...] |
builtins-global-gen.cc | 14 Node* context = Parameter(Descriptor::kContext); 21 var_num.Bind(Parameter(Descriptor::kNumber)); 60 Node* context = Parameter(Descriptor::kContext); 67 var_num.Bind(Parameter(Descriptor::kNumber));
|
builtins-async-generator-gen.cc | 144 template <typename Descriptor> 246 template <typename Descriptor> 248 Node* generator = Parameter(Descriptor::kGenerator); 249 Node* value = Parameter(Descriptor::kAwaited); 250 Node* context = Parameter(Descriptor::kContext); 333 ChangeInt32ToIntPtr(Parameter(Descriptor::kJSActualArgumentsCount)); 338 Node* context = Parameter(Descriptor::kContext); 351 ChangeInt32ToIntPtr(Parameter(Descriptor::kJSActualArgumentsCount)); 356 Node* context = Parameter(Descriptor::kContext); 369 ChangeInt32ToIntPtr(Parameter(Descriptor::kJSActualArgumentsCount)) [all...] |
builtins-async-iterator-gen.cc | 324 Node* const iterator = Parameter(Descriptor::kReceiver); 325 Node* const value = Parameter(Descriptor::kValue); 326 Node* const context = Parameter(Descriptor::kContext); 338 Node* const iterator = Parameter(Descriptor::kReceiver); 339 Node* const value = Parameter(Descriptor::kValue); 340 Node* const context = Parameter(Descriptor::kContext); 354 Node* const iterator = Parameter(Descriptor::kReceiver); 355 Node* const value = Parameter(Descriptor::kValue); 356 Node* const context = Parameter(Descriptor::kContext); 379 Node* const iterator = Parameter(Descriptor::kReceiver) [all...] |
builtins-internal-gen.cc | 38 Node* object = Parameter(Descriptor::kObject); 48 Node* object = Parameter(Descriptor::kObject); 49 Node* key = Parameter(Descriptor::kKey); 50 Node* context = Parameter(Descriptor::kContext); 63 Node* object = Parameter(Descriptor::kObject); 64 Node* key = Parameter(Descriptor::kKey); 65 Node* context = Parameter(Descriptor::kContext); 78 Node* frame = Parameter(Descriptor::kFrame); 79 TNode<IntPtrT> length = SmiToIntPtr(Parameter(Descriptor::kLength)); 81 SmiToIntPtr(Parameter(Descriptor::kMappedCount)) [all...] |
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/ |
FdtPciHostBridgeLib.c | 387 bridge is terminated with END descriptor and an
389 entire resources. The resource descriptor field
401 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
406 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
407 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
409 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
410 ASSERT (Descriptor->ResType <
416 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
417 Descriptor->AddrLen, Descriptor->AddrRangeMax [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
Descriptor.java | 35 public @interface Descriptor {
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_message.h | 58 const Descriptor* descriptor, 75 io::Printer* printer, const Descriptor::ExtensionRange* range); 82 const Descriptor* descriptor_;
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
DWARFDebugArangeSet.h | 34 // The size in bytes of a segment descriptor on the target architecture. 39 struct Descriptor { 46 typedef std::vector<Descriptor> DescriptorColl; 66 const Descriptor *getDescriptor(uint32_t i) const {
|
/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/ |
ReflectionTestDepthThreeProto.java | 17 static final com.google.protobuf.Descriptors.Descriptor 22 static final com.google.protobuf.Descriptors.Descriptor 27 static final com.google.protobuf.Descriptors.Descriptor 32 static final com.google.protobuf.Descriptors.Descriptor 37 static final com.google.protobuf.Descriptors.Descriptor 45 return descriptor; 48 descriptor; field in class:ReflectionTestDepthThreeProto 63 descriptor = root;
|
/external/libchrome/base/posix/ |
global_descriptors.cc | 14 GlobalDescriptors::Descriptor::Descriptor(Key key, int fd) 18 GlobalDescriptors::Descriptor::Descriptor(Key key, 36 DLOG(DCHECK) << "Unknown global descriptor: " << key; 81 descriptors_.push_back(Descriptor(key, fd, region)); 89 DLOG(DCHECK) << "Unknown global descriptor: " << key;
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
QNCInit.c | 377 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
385 Status = gDS->GetMemorySpaceDescriptor (BaseAddress, &Descriptor);
405 Status = gDS->GetMemorySpaceDescriptor (0, &Descriptor);
409 Descriptor.BaseAddress,
410 Descriptor.Length,
411 Descriptor.Attributes
434 Status = gDS->GetMemorySpaceDescriptor (0xA0000, &Descriptor);
438 Descriptor.BaseAddress,
439 Descriptor.Length,
440 Descriptor.Attributes [all...] |
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
BenchmarkService.cs | 17 #region Descriptor 18 /// <summary>File descriptor for src/proto/grpc/testing/benchmark_service.proto</summary> 19 public static pbr::FileDescriptor Descriptor { 20 get { return descriptor; } 22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.BenchmarkServiceReflection 39 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 40 new pbr::FileDescriptor[] { global::Grpc.Testing.MessagesReflection.Descriptor, },
|
ReportQpsScenarioService.cs | 17 #region Descriptor 18 /// <summary>File descriptor for src/proto/grpc/testing/report_qps_scenario_service.proto</summary> 19 public static pbr::FileDescriptor Descriptor { 20 get { return descriptor; } 22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.ReportQpsScenarioServiceReflection 32 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 33 new pbr::FileDescriptor[] { global::Grpc.Testing.ControlReflection.Descriptor, },
|