Home
last modified time | relevance | path

Searched defs:Oneof (Results 1 – 11 of 11) 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/golang-protobuf/proto/testdata/
Dtest.pb.go2142 type Oneof struct { struct
2161 Union isOneof_Union `protobuf_oneof:"union"`
2164 Tormato isOneof_Tormato `protobuf_oneof:"tormato"`
2165 XXX_unrecognized []byte `json:"-"`
2168 func (m *Oneof) Reset() { *m = Oneof{} }
2169 func (m *Oneof) String() string { return proto.CompactTextString(m) }
2170 func (*Oneof) ProtoMessage() {}
2171 func (*Oneof) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} }
2254 func (m *Oneof) GetUnion() isOneof_Union {
2260 func (m *Oneof) GetTormato() isOneof_Tormato {
[all …]
Dtest.proto508 message Oneof { message
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib_test.cc470 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/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
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc508 TEST_F(ParseMessageTest, Oneof) { in TEST_F() argument