Home
last modified time | relevance | path

Searched defs:oneofs_ (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder.h79 std::set<const OneofDescriptor*> oneofs_; variable
Djava_message_builder_lite.h76 std::set<const OneofDescriptor*> oneofs_; variable
Djava_message.h91 std::set<const OneofDescriptor*> oneofs_; variable
/third_party/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h183 NSArray *oneofs_; in GPBDescriptor() local
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs171 private readonly pbc::RepeatedField<string> oneofs_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.WellKnownTypes.Type