| /external/rust/crates/protobuf/src/ | 
| D | oneof.rs | 2 pub trait Oneof {}  trait
  | 
| /external/perfetto/src/tools/proto_merger/ | 
| D | proto_file.h | 59   struct Oneof : Member {  struct 60     std::string name; 61     std::vector<Field> fields; 63     std::vector<Field> deleted_fields;
  | 
| D | allowlist.h | 36   using Oneof = std::set<int>;  member
  | 
| /external/golang-protobuf/compiler/protogen/ | 
| D | protogen.go | 732 	Oneof    *Oneof   // containing oneof; nil if not part of a oneof  member 801 type Oneof struct {  struct 802 	Desc protoreflect.OneofDescriptor 807 	GoName string // e.g., "OneofName" 810 	GoIdent GoIdent // e.g., "MessageName_OneofName" 812 	Parent *Message // message in which this oneof is declared 814 	Fields []*Field // fields that are part of this oneof 816 	Location Location   // location of this oneof 817 	Comments CommentSet // comments associated with this oneof
  | 
| /external/golang-protobuf/internal/descopts/ | 
| D | options.go | 25 	Oneof          pref.ProtoMessage  var
  | 
| /external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ | 
| D | FieldAccessTest.cs | 182         public void Oneof()  in Oneof()  method in Google.Protobuf.Reflection.FieldAccessTest
  | 
| /external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ | 
| D | FieldAccessTest.cs | 182         public void Oneof()  in Oneof()  method in Google.Protobuf.Reflection.FieldAccessTest
  | 
| /external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ | 
| D | WrappersTest.cs | 260         public void Oneof()  in Oneof()  method in Google.Protobuf.WellKnownTypes.WrappersTest
  | 
| /external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ | 
| D | WrappersTest.cs | 260         public void Oneof()  in Oneof()  method in Google.Protobuf.WellKnownTypes.WrappersTest
  | 
| /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ | 
| D | FieldAccessTest.cs | 260         public void Oneof()  in Oneof()  method in Google.Protobuf.Reflection.FieldAccessTest
  | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ | 
| D | FieldAccessTest.cs | 260         public void Oneof()  in Oneof()  method in Google.Protobuf.Reflection.FieldAccessTest
  | 
| /external/grpc-grpc/third_party/nanopb/docs/ | 
| D | concepts.rst | 260 Oneof  chapter
  | 
| /external/nanopb-c/docs/ | 
| D | concepts.rst | 266 Oneof  chapter
  | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ | 
| D | WrappersTest.cs | 289         public void Oneof()  in Oneof()  method in Google.Protobuf.WellKnownTypes.WrappersTest
  | 
| /external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ | 
| D | WrappersTest.cs | 289         public void Oneof()  in Oneof()  method in Google.Protobuf.WellKnownTypes.WrappersTest
  | 
| /external/golang-protobuf/internal/filedesc/ | 
| D | desc.go | 215 	Oneof struct {  struct 216 		Base 217 		L1 OneofL1 342 func (od *Oneof) IsSynthetic() bool { 345 func (od *Oneof) Options() protoreflect.ProtoMessage { 351 func (od *Oneof) Fields() protoreflect.FieldDescriptors  { return &od.L1.Fields } 352 func (od *Oneof) Format(s fmt.State, r rune)             { descfmt.FormatDesc(s, r, od) } 353 func (od *Oneof) ProtoType(protoreflect.OneofDescriptor) {}
  | 
| /external/tensorflow/tensorflow/tools/proto_text/ | 
| D | gen_proto_text_functions_lib_test.cc | 504 TEST(CreateProtoDebugStringLibTest, Oneof) {  in TEST()  argument
  | 
| /external/protobuf/src/google/protobuf/ | 
| D | dynamic_message_unittest.cc | 187 TEST_P(DynamicMessageTest, Oneof) {  in TEST_P()  argument
  | 
| /external/protobuf/csharp/src/Google.Protobuf.Test/ | 
| D | JsonFormatterTest.cs | 342         public void Oneof(string fooStringValue, string expectedJson)  in Oneof()  method in Google.Protobuf.JsonFormatterTest
  | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ | 
| D | JsonFormatterTest.cs | 342         public void Oneof(string fooStringValue, string expectedJson)  in Oneof()  method in Google.Protobuf.JsonFormatterTest
  | 
| /external/cronet/third_party/protobuf/src/google/protobuf/ | 
| D | dynamic_message_unittest.cc | 187 TEST_P(DynamicMessageTest, Oneof) {  in TEST_P()  argument
  | 
| /external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/ | 
| D | main.go | 834 func oneofInterfaceName(oneof *protogen.Oneof) string {
  | 
| /external/rust/crates/protobuf-codegen/2.27.1/src/ | 
| D | rust_types_values.rs | 43     Oneof(String),  enumerator
  | 
| /external/rust/crates/protobuf-codegen/src/gen/ | 
| D | rust_types_values.rs | 55     Oneof(RustIdentWithPath),  enumerator
  | 
| /external/rust/crates/protobuf-codegen/src/gen/field/ | 
| D | mod.rs | 74     Oneof(OneofField<'a>),  enumerator 96     Oneof(OneofField<'a>),  enumerator
  |