HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 451 - 475 of 686) sorted by null

<<11121314151617181920>>

  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/
ServiceResponse.java 76 public static final com.google.protobuf.Descriptors.Descriptor
294 public static final com.google.protobuf.Descriptors.Descriptor
328 public com.google.protobuf.Descriptors.Descriptor
  /external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/
DynamicReply.java 71 public static final com.google.protobuf.Descriptors.Descriptor
288 public static final com.google.protobuf.Descriptors.Descriptor
322 public com.google.protobuf.Descriptors.Descriptor
DynamicRequest.java 71 public static final com.google.protobuf.Descriptors.Descriptor
288 public static final com.google.protobuf.Descriptors.Descriptor
322 public com.google.protobuf.Descriptors.Descriptor
Reply.java 71 public static final com.google.protobuf.Descriptors.Descriptor
288 public static final com.google.protobuf.Descriptors.Descriptor
322 public com.google.protobuf.Descriptors.Descriptor
Request.java 71 public static final com.google.protobuf.Descriptors.Descriptor
288 public static final com.google.protobuf.Descriptors.Descriptor
322 public com.google.protobuf.Descriptors.Descriptor
  /external/grpc-grpc-java/testing-proto/src/generated/main/java/io/grpc/testing/protobuf/
SimpleRequest.java 75 public static final com.google.protobuf.Descriptors.Descriptor
290 public static final com.google.protobuf.Descriptors.Descriptor
324 public com.google.protobuf.Descriptors.Descriptor
SimpleResponse.java 75 public static final com.google.protobuf.Descriptors.Descriptor
290 public static final com.google.protobuf.Descriptors.Descriptor
324 public com.google.protobuf.Descriptors.Descriptor
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 49 The message descriptor can be used in conjunction with the message_factory
60 from google.protobuf import descriptor
65 _USE_C_DESCRIPTORS = descriptor._USE_C_DESCRIPTORS
84 """A collection of protobufs dynamically constructed by descriptor protos."""
90 return descriptor._message.DescriptorPool(descriptor_db)
96 specialized file descriptor proto lookup code to be triggered on demand. An
135 """Adds a Descriptor to the pool, non-recursively.
137 If the Descriptor contains nested messages or enums, the caller must
142 desc: A Descriptor.
144 if not isinstance(desc, descriptor.Descriptor)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 47 from google.protobuf.descriptor import FieldDescriptor
72 self.type_url = '%s/%s' % (type_url_prefix, msg.DESCRIPTOR.full_name)
74 self.type_url = '%s%s' % (type_url_prefix, msg.DESCRIPTOR.full_name)
79 descriptor = msg.DESCRIPTOR
80 if not self.Is(descriptor):
90 def Is(self, descriptor):
92 return self.TypeName() == descriptor.full_name
391 """Checks whether the FieldMask is valid for Message Descriptor."""
398 """Gets all direct fields of Message Descriptor to FieldMask.""
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 51 #include <google/protobuf/descriptor.pb.h>
56 #include <google/protobuf/descriptor.h>
60 #include <google/protobuf/pyext/descriptor.h>
105 // Add the number of a field descriptor to the containing message class.
129 static int AddDescriptors(PyObject* cls, const Descriptor* descriptor) {
132 if (descriptor->extension_range_count() > 0) {
144 for (int i = 0; i < descriptor->field_count(); ++i) {
145 if (!AddFieldNumberToClass(cls, descriptor->field(i))) {
150 // For each enum set cls.<enum name> = EnumTypeWrapper(<enum descriptor>)
293 const Descriptor* descriptor = local
492 const FieldDescriptor* descriptor = local
505 const FieldDescriptor* descriptor = cmessage::GetExtensionDescriptor(key); local
1057 const FieldDescriptor* descriptor = GetFieldDescriptor(self, name); local
1359 const Descriptor* descriptor = message->GetDescriptor(); local
1465 const FieldDescriptor* descriptor = GetExtensionDescriptor(extension); local
1477 const FieldDescriptor* descriptor = GetExtensionDescriptor(extension); local
1957 const FieldDescriptor* descriptor = local
2552 const Descriptor* descriptor = GetMessageDescriptor(Py_TYPE(self)); local
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
61 bool ParseNamedEnum(const EnumDescriptor* descriptor,
64 const EnumValueDescriptor* d = descriptor->FindValueByName(name);
70 const string& NameOfEnum(const EnumDescriptor* descriptor, int value) {
71 const EnumValueDescriptor* d = descriptor->FindValueByNumber(value);
76 inline bool SupportsArenas(const Descriptor* descriptor) {
77 return descriptor->file()->options().cc_enable_arenas();
88 const Descriptor* descriptor, const FieldDescriptor* field
    [all...]
struct.pb.h 81 static const ::google::protobuf::Descriptor* descriptor();
173 static const ::google::protobuf::Descriptor* descriptor();
335 static const ::google::protobuf::Descriptor* descriptor();
  /external/v8/src/
code-stubs.h 242 typedef NAME##Descriptor Descriptor; \
244 return Descriptor(); \
249 // An attempt to retrieve a descriptor will fail.
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 45 { 0x00 , "General" , "Null descriptor, this byte contains no information" },
156 { 0xFF , "General" , "CPUID leaf 2 does not report cache descriptor information, use CPUID leaf 4 to query cache parameters" }
308 @param[in] CacheDescriptor Cache descriptor value from CPUID_CACHE_INFO.
317 UINTN Descriptor;
323 for (Descriptor = 0; Descriptor < NumDescriptors; Descriptor++) {
324 if (CacheDescriptor == mCpuidCacheInfoDescription[Descriptor].CacheDescriptor) {
325 return &mCpuidCacheInfoDescription[Descriptor];
332 Display CPUID_CACHE_INFO leaf for each supported cache descriptor.
    [all...]
  /external/bcc/src/lua/bpf/
elf.lua 68 /* Descriptor for the ELF file. */
70 /* Descriptor for ELF file section. */
102 /* Descriptor for data to be converted to or from memory format. */
126 /* Return descriptor for ELF file to work according to CMD. */
  /external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
a.pb.go 151 func (*M) Descriptor() ([]byte, []int) {
251 func (*M_Grouping) Descriptor() ([]byte, []int) {
293 func (*M_Submessage) Descriptor() ([]byte, []int) {
b.pb.go 33 func (*M2) Descriptor() ([]byte, []int) {
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 71 func (*Struct) Descriptor() ([]byte, []int) {
127 func (*Value) Descriptor() ([]byte, []int) {
266 func (*ListValue) Descriptor() ([]byte, []int) {
  /external/golang-protobuf/protoc-gen-go/testdata/extension_extra/
extension_extra.pb.go 33 func (*ExtraMessage) Descriptor() ([]byte, []int) {
  /external/golang-protobuf/protoc-gen-go/testdata/grpc/
grpc.pb.go 34 func (*SimpleRequest) Descriptor() ([]byte, []int) {
65 func (*SimpleResponse) Descriptor() ([]byte, []int) {
96 func (*StreamMsg) Descriptor() ([]byte, []int) {
127 func (*StreamMsg2) Descriptor() ([]byte, []int) {
  /external/golang-protobuf/protoc-gen-go/testdata/import_public/
b.pb.go 35 func (*Local) Descriptor() ([]byte, []int) {
  /external/golang-protobuf/protoc-gen-go/testdata/import_public/importing/
importing.pb.go 36 func (*M) Descriptor() ([]byte, []int) {
  /external/golang-protobuf/protoc-gen-go/testdata/imports/
test_import_a1m1.pb.go 34 func (*A1M1) Descriptor() ([]byte, []int) {
test_import_a1m2.pb.go 34 func (*A1M2) Descriptor() ([]byte, []int) {
  /external/golang-protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/
test.pb.go 35 func (*Foo) Descriptor() ([]byte, []int) {

Completed in 2900 milliseconds

<<11121314151617181920>>