HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 751 - 775 of 1238) sorted by null

<<31323334353637383940>>

  /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/objectivec/DevTools/
compile_testing_protos.sh 95 # The unittest_custom_options.proto extends the messages in descriptor.proto
97 # a descriptor as it doesn't use the classes/enums.
99 src/google/protobuf/descriptor.proto
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 48 #include <google/protobuf/descriptor.pb.h>
cpp_message.h 64 MessageGenerator(const Descriptor* descriptor, const Options& options);
71 // descriptor that was responsible for its inclusion in the map. This can be
72 // used to associate the descriptor with the code generated for it.
74 map<string, const Descriptor*>* class_names);
98 // Generate code which declares all the global descriptor pointers which
103 // descriptor.
169 io::Printer* printer, const Descriptor::ExtensionRange* range,
188 const Descriptor* descriptor_;
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.cc 48 #include <google/protobuf/descriptor.pb.h>
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 55 #include <google/protobuf/descriptor.h>
113 "did not provide a descriptor for the file: " +
  /external/protobuf/src/google/protobuf/
descriptor_database.h 45 #include <google/protobuf/descriptor.h>
273 // Adds the FileDescriptorProto to the database. The descriptor is provided
duration.pb.h 56 static const ::google::protobuf::Descriptor* descriptor();
empty.pb.h 60 static const ::google::protobuf::Descriptor* descriptor();
generated_message_reflection.h 104 // descriptor: The descriptor for the message type being implemented.
117 // descriptor->field_count()/32, rounded up. This is a
133 GeneratedMessageReflection(const Descriptor* descriptor,
159 // union is offsets[descriptor->field_count() + i].
166 // size descriptor->oneof_decl_count(). Each uint32
169 GeneratedMessageReflection(const Descriptor* descriptor,
189 const Descriptor* descriptor
    [all...]
message.h 82 // const Descriptor* descriptor = foo->GetDescriptor();
86 // const FieldDescriptor* text_field = descriptor->FindFieldByName("text");
90 // const FieldDescriptor* numbers_field = descriptor->
122 #include <google/protobuf/descriptor.h>
165 const Descriptor* descriptor; member in struct:google::protobuf::Metadata
178 // the optimize_for option in descriptor.proto.
203 // must have the same descriptor, but need not necessarily be the same class.
266 // Parse a protocol buffer from a file descriptor. If successful, the entir
    [all...]
timestamp.pb.h 60 static const ::google::protobuf::Descriptor* descriptor();
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
extensions.go 296 // If the descriptor is type complete (i.e., ExtensionDesc.ExtensionType is non-nil),
301 // If the descriptor is not type complete (i.e., ExtensionDesc.ExtensionType is nil),
310 // can only check type if this is a complete descriptor
330 // Already decoded. Check the descriptor, though.
335 return nil, errors.New("proto: descriptor conflict")
341 // incomplete descriptor
363 // incomplete descriptor, so no default
450 // For non-registered extensions, ExtensionDescs returns an incomplete descriptor containing
  /external/u-boot/drivers/usb/eth/
mcs7830.c 733 if (dev->descriptor.idVendor == mcs7830_dongles[i].vendor &&
734 dev->descriptor.idProduct == mcs7830_dongles[i].product)
740 dev->descriptor.idVendor, dev->descriptor.idProduct);
  /external/v8/src/compiler/
code-assembler.h     [all...]
  /external/v8/src/objects/
api-callbacks-inl.h 87 ACCESSORS(InterceptorInfo, descriptor, Object, kDescriptorOffset)
api-callbacks.h 138 DECL_ACCESSORS(descriptor, Object)
  /art/imgdiag/
imgdiag.cc 99 std::string descriptor; local
100 const char* descriptor_str = klass->GetDescriptor(&descriptor /*out*/);
402 // Unconditionally store the class descriptor in case we need it later
404 class_data_[klass].descriptor = GetClassDescriptor(klass);
537 const std::string& descriptor = class_data.descriptor; local
542 << "class descriptor: '" << descriptor << "'" local
544 if (strcmp(descriptor.c_str(), "Ljava/lang/Class;") == 0) {
578 const std::string& descriptor = class_data.descriptor local
583 << "class descriptor: '" << descriptor << "'" local
609 std::string descriptor; member in struct:art::__anon32::RegionSpecializedBase::ClassData
    [all...]
  /art/compiler/optimizing/
sharpening.cc 222 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); local
223 if (!codegen->GetCompilerOptions().IsImageClass(descriptor)) {
  /art/runtime/
runtime_callbacks.cc 231 void RuntimeCallbacks::ClassPreDefine(const char* descriptor,
243 cb->ClassPreDefine(descriptor,
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
CoreLibrarySupportTest.java 440 assertThat(m.descriptor()).isEqualTo("()V");
452 assertThat(m.descriptor()).isEqualTo("()V");
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.cc 212 const DataSourceDescriptor& descriptor) {
219 descriptor.ToProto(req.mutable_data_source_descriptor());
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 16 #region Descriptor
17 /// <summary>File descriptor for addressbook.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.Examples.AddressBook.AddressbookReflection
35 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
54 public static pbr::MessageDescriptor Descriptor {
55 get { return global::Google.Protobuf.Examples.AddressBook.AddressbookReflection.Descriptor.MessageTypes[0]; }
58 pbr::MessageDescriptor pb::IMessage.Descriptor {
59 get { return Descriptor; }
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/field_mask.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.FieldMaskReflection
30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
195 public static pbr::MessageDescriptor Descriptor {
196 get { return global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor.MessageTypes[0]; }
199 pbr::MessageDescriptor pb::IMessage.Descriptor {
200 get { return Descriptor; }
    [all...]
  /external/protobuf/ruby/tests/
basic.rb 688 d = OneofMessage.descriptor
939 assert Recursive1.descriptor.lookup("foo").subtype ==
940 Recursive2.descriptor
941 assert Recursive2.descriptor.lookup("foo").subtype ==
942 Recursive1.descriptor
    [all...]

Completed in 546 milliseconds

<<31323334353637383940>>