Home
last modified time | relevance | path

Searched defs:Oneofs (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs194 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs160 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2514 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument