Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs182 public void Oneof() in Oneof() method in Google.Protobuf.Reflection.FieldAccessTest
/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/golang-protobuf/proto/test_proto/
Dtest.pb.go3090 type Oneof struct { struct
3109 Union isOneof_Union `protobuf_oneof:"union"`
3112 Tormato isOneof_Tormato `protobuf_oneof:"tormato"`
3113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3114 XXX_unrecognized []byte `json:"-"`
3115 XXX_sizecache int32 `json:"-"`
3118 func (m *Oneof) Reset() { *m = Oneof{} }
3119 func (m *Oneof) String() string { return proto.CompactTextString(m) }
3120 func (*Oneof) ProtoMessage() {}
3121 func (*Oneof) Descriptor() ([]byte, []int) {
[all …]
Dtest.proto522 message Oneof { message
/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/WellKnownTypes/
DWrappersTest.cs260 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
/external/grpc-grpc/third_party/nanopb/docs/
Dconcepts.rst260 Oneof chapter
/external/nanopb-c/docs/
Dconcepts.rst266 Oneof chapter
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib_test.cc473 TEST(CreateProtoDebugStringLibTest, Oneof) { in TEST() argument
/external/protobuf/php/ext/google/protobuf/
Ddef.c493 PHP_METHOD(Oneof, getName) { in PHP_METHOD() argument
499 PHP_METHOD(Oneof, getField) { in PHP_METHOD() argument
545 PHP_METHOD(Oneof, getFieldCount) { in PHP_METHOD() argument
Dprotobuf.h655 typedef struct Oneof Oneof; typedef
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs277 public void Oneof(string fooStringValue, string expectedJson) in Oneof() method in Google.Protobuf.JsonFormatterTest
/external/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc187 TEST_P(DynamicMessageTest, Oneof) { in TEST_P() argument
Dgenerated_message_reflection_unittest.cc687 TEST(GeneratedMessageReflectionTest, Oneof) { in TEST() argument
/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs42 Oneof(String), enumerator
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go408 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"` member
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs206 Oneof(OneofField<'a>), enumerator
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc596 TEST_F(ParseMessageTest, Oneof) { in TEST_F() argument
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context_embeddertest.cpp864 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Oneof) { in TEST_F() argument
Dcfxjse_formcalc_context.cpp3096 void CFXJSE_FormCalcContext::Oneof(CFXJSE_Value* pThis, in Oneof() function in CFXJSE_FormCalcContext