Home
last modified time | relevance | path

Searched defs:Oneof (Results 1 – 14 of 14) 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/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/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/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib_test.cc473 TEST(CreateProtoDebugStringLibTest, Oneof) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs240 public void Oneof(string fooStringValue, string expectedJson) in Oneof() method in Google.Protobuf.JsonFormatterTest
/external/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc177 TEST_F(DynamicMessageTest, Oneof) { in TEST_F() argument
Dgenerated_message_reflection_unittest.cc616 TEST(GeneratedMessageReflectionTest, Oneof) { in TEST() argument
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go408 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"` member
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc508 TEST_F(ParseMessageTest, Oneof) { in TEST_F() argument
/external/pdfium/fxjs/
Dcfxjse_formcalc_context_embeddertest.cpp852 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Oneof) { in TEST_F() argument
Dcfxjse_formcalc_context.cpp2740 void CFXJSE_FormCalcContext::Oneof(CFXJSE_Value* pThis, in Oneof() function in CFXJSE_FormCalcContext