Home
last modified time | relevance | path

Searched defs:Oneof (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/crates/protobuf/src/
Doneof.rs2 pub trait Oneof {} interface
/external/perfetto/src/tools/proto_merger/
Dproto_file.h59 struct Oneof : Member { struct
60 std::string name;
61 std::vector<Field> fields;
63 std::vector<Field> deleted_fields;
Dallowlist.h36 using Oneof = std::set<int>; member
/external/golang-protobuf/compiler/protogen/
Dprotogen.go732 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/
Doptions.go25 Oneof pref.ProtoMessage var
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs182 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/
DFieldAccessTest.cs182 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/
DWrappersTest.cs260 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs260 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs260 public void Oneof() in Oneof() method in Google.Protobuf.Reflection.FieldAccessTest
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs260 public void Oneof() in Oneof() method in Google.Protobuf.Reflection.FieldAccessTest
/external/grpc-grpc/third_party/nanopb/docs/
Dconcepts.rst260 Oneof chapter
/external/nanopb-c/docs/
Dconcepts.rst266 Oneof chapter
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs289 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs289 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
/external/golang-protobuf/internal/filedesc/
Ddesc.go215 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/
Dgen_proto_text_functions_lib_test.cc504 TEST(CreateProtoDebugStringLibTest, Oneof) { in TEST() argument
/external/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc187 TEST_P(DynamicMessageTest, Oneof) { in TEST_P() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs342 public void Oneof(string fooStringValue, string expectedJson) in Oneof() method in Google.Protobuf.JsonFormatterTest
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs342 public void Oneof(string fooStringValue, string expectedJson) in Oneof() method in Google.Protobuf.JsonFormatterTest
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc187 TEST_P(DynamicMessageTest, Oneof) { in TEST_P() argument
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dmain.go834 func oneofInterfaceName(oneof *protogen.Oneof) string {
/external/rust/crates/protobuf-codegen/2.27.1/src/
Drust_types_values.rs43 Oneof(String), enumerator
/external/rust/crates/protobuf-codegen/src/gen/
Drust_types_values.rs55 Oneof(RustIdentWithPath), enumerator
/external/rust/crates/protobuf-codegen/src/gen/field/
Dmod.rs74 Oneof(OneofField<'a>), enumerator
96 Oneof(OneofField<'a>), enumerator

12