Home
last modified time | relevance | path

Searched refs:OneofDescriptor (Results 1 – 25 of 135) sorted by relevance

123456

/external/protobuf/src/google/protobuf/
Ddescriptor.h78 class OneofDescriptor; variable
251 const OneofDescriptor* oneof_decl(int index) const;
254 const OneofDescriptor* FindOneofByName(const string& name) const;
399 OneofDescriptor* oneof_decls_;
421 friend class OneofDescriptor; variable
597 const OneofDescriptor* containing_oneof() const;
695 const OneofDescriptor* containing_oneof_;
731 friend class OneofDescriptor; variable
736 class LIBPROTOBUF_EXPORT OneofDescriptor {
792 OneofDescriptor() {} in OneofDescriptor() function
[all …]
Dgenerated_message_reflection.h223 const OneofDescriptor* oneof_descriptor) const;
224 void ClearOneof(Message* message, const OneofDescriptor* field) const;
264 const OneofDescriptor* oneof_descriptor) const;
474 const OneofDescriptor* oneof_descriptor) const;
477 const OneofDescriptor* oneof_descriptor) const;
506 const OneofDescriptor* oneof_descriptor) const;
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofAccessor.cs46 private OneofDescriptor descriptor;
48 …internal OneofAccessor(PropertyInfo caseProperty, MethodInfo clearMethod, OneofDescriptor descript… in OneofAccessor()
67 public OneofDescriptor Descriptor { get { return descriptor; } }
DMessageDescriptor.cs77 new OneofDescriptor(oneof, file, this, index, generatedCodeInfo.OneofNames[index])); in MessageDescriptor()
194 public IList<OneofDescriptor> Oneofs { get; }
234 foreach (OneofDescriptor oneof in Oneofs) in CrossLink()
DOneofDescriptor.cs43 public sealed class OneofDescriptor : DescriptorBase class
50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java36 import com.google.protobuf.Descriptors.OneofDescriptor;
175 public boolean hasOneof(OneofDescriptor oneof) { in hasOneof()
185 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) { in getOneofFieldDescriptor()
317 private void verifyOneofContainingType(OneofDescriptor oneof) {
462 public boolean hasOneof(OneofDescriptor oneof) {
472 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) {
478 public Builder clearOneof(OneofDescriptor oneof) {
521 OneofDescriptor oneofDescriptor = field.getContainingOneof();
538 OneofDescriptor oneofDescriptor = field.getContainingOneof();
616 private void verifyOneofContainingType(OneofDescriptor oneof) {
DAbstractMessage.java35 import com.google.protobuf.Descriptors.OneofDescriptor;
76 public boolean hasOneof(OneofDescriptor oneof) { in hasOneof()
82 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) { in getOneofFieldDescriptor()
308 public boolean hasOneof(OneofDescriptor oneof) { in hasOneof()
314 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) { in getOneofFieldDescriptor()
321 public BuilderType clearOneof(OneofDescriptor oneof) { in clearOneof()
DMessageOrBuilder.java96 boolean hasOneof(Descriptors.OneofDescriptor oneof); in hasOneof()
103 Descriptors.OneofDescriptor oneof); in getOneofFieldDescriptor()
DMessageReflection.java307 boolean hasOneof(Descriptors.OneofDescriptor oneof); in hasOneof()
313 MergeTarget clearOneof(Descriptors.OneofDescriptor oneof); in clearOneof()
319 Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof); in getOneofFieldDescriptor()
419 public boolean hasOneof(Descriptors.OneofDescriptor oneof) { in hasOneof()
424 public MergeTarget clearOneof(Descriptors.OneofDescriptor oneof) { in clearOneof()
430 public Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof) { in getOneofFieldDescriptor()
606 public boolean hasOneof(Descriptors.OneofDescriptor oneof) { in hasOneof()
611 public MergeTarget clearOneof(Descriptors.OneofDescriptor oneof) { in clearOneof()
617 public Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof) { in getOneofFieldDescriptor()
DDescriptors.java642 public List<OneofDescriptor> getOneofs() { in getOneofs()
768 private final OneofDescriptor[] oneofs;
790 this.oneofs = new OneofDescriptor[0]; in Descriptor()
807 oneofs = new OneofDescriptor[proto.getOneofDeclCount()]; in Descriptor()
809 oneofs[i] = new OneofDescriptor( in Descriptor()
842 OneofDescriptor oneofDescriptor = fields[i].getContainingOneof(); in Descriptor()
1053 public OneofDescriptor getContainingOneof() { return containingOneof; } in getContainingOneof()
1140 private OneofDescriptor containingOneof;
2502 public static final class OneofDescriptor { class in Descriptors
2525 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor() method in Descriptors.OneofDescriptor
/external/protobuf/src/google/protobuf/compiler/java/
Djava_context.h47 class OneofDescriptor; variable
80 const OneofDescriptor* oneof) const;
104 map<const OneofDescriptor*, OneofGeneratorInfo> oneof_generator_info_map_;
Djava_context.cc118 const OneofDescriptor* oneof = message->oneof_decl(i); in InitializeFieldGeneratorInfoForMessage()
182 const OneofDescriptor* oneof) const { in GetOneofGeneratorInfo()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h103 string OneofEnumName(const OneofDescriptor* descriptor);
104 string OneofName(const OneofDescriptor* descriptor);
105 string OneofNameCapitalized(const OneofDescriptor* descriptor);
Dobjectivec_oneof.h52 explicit OneofGenerator(const OneofDescriptor* descriptor);
69 const OneofDescriptor* descriptor_;
Dobjectivec_oneof.cc44 OneofGenerator::OneofGenerator(const OneofDescriptor* descriptor) in OneofGenerator()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h45 class OneofDescriptor; variable
82 PyObject* NewOneofFieldsSeq(const OneofDescriptor* descriptor);
Ddescriptor.h60 PyObject* PyOneofDescriptor_FromDescriptor(const OneofDescriptor* descriptor);
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h25 typedef struct OneofDescriptor OneofDescriptor; typedef
90 struct OneofDescriptor { struct
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.h57 string UnderscoresToCamelCase(const OneofDescriptor* oneof);
59 string UnderscoresToCapitalizedCamelCase(const OneofDescriptor* oneof);
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
210OneofDescriptor descriptor = TestAllTypes.Descriptor.FindDescriptor<OneofDescriptor>("oneof_field"… in OneofDescriptor()
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c409 OneofDescriptor* def = ruby_to_OneofDescriptor(obj); in Descriptor_add_oneof()
887 DEFINE_CLASS(OneofDescriptor, "Google::Protobuf::OneofDescriptor");
893 OneofDescriptor* self = _self; in OneofDescriptor_free()
906 OneofDescriptor* self = ALLOC(OneofDescriptor); in OneofDescriptor_alloc()
932 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_name()
944 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_name_set()
967 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_add_field()
985 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_each()
Dprotobuf.h55 typedef struct OneofDescriptor OneofDescriptor; typedef
129 struct OneofDescriptor { struct
226 OneofDescriptor* ruby_to_OneofDescriptor(VALUE value);
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java74 this.oneofCases = new HashMap<Descriptors.OneofDescriptor, Descriptors.FieldDescriptor>(); in initialize()
100 Descriptors.OneofDescriptor oneof = fieldDescriptor.getContainingOneof(); in initialize()
593 Descriptors.OneofDescriptor oneofDescriptor = fieldDescriptor.getContainingOneof(); in getField()
662 Descriptors.OneofDescriptor oneofDescriptor = fieldDescriptor.getContainingOneof(); in setField()
748 private Descriptors.FieldDescriptor getOneofCase(Descriptors.OneofDescriptor oneof) { in getOneofCase()
762 private Map<Descriptors.OneofDescriptor, Descriptors.FieldDescriptor> oneofCases;
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h45 class OneofDescriptor; variable
219 const OneofDescriptor* oneof) const;
/external/perfetto/tools/ftrace_proto_gen/
Dftrace_descriptor_gen.cc26 const google::protobuf::OneofDescriptor* one_of_event = in GenerateFtraceDescriptors()

123456