Home
last modified time | relevance | path

Searched refs:Oneof (Results 1 – 18 of 18) sorted by relevance

/external/golang-protobuf/proto/
Dsize_test.go128 {"oneof not set", &pb.Oneof{}},
129 {"oneof bool", &pb.Oneof{Union: &pb.Oneof_F_Bool{true}}},
130 {"oneof zero int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{0}}},
131 {"oneof big int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{1 << 20}}},
132 {"oneof int64", &pb.Oneof{Union: &pb.Oneof_F_Int64{42}}},
133 {"oneof fixed32", &pb.Oneof{Union: &pb.Oneof_F_Fixed32{43}}},
134 {"oneof fixed64", &pb.Oneof{Union: &pb.Oneof_F_Fixed64{44}}},
135 {"oneof uint32", &pb.Oneof{Union: &pb.Oneof_F_Uint32{45}}},
136 {"oneof uint64", &pb.Oneof{Union: &pb.Oneof_F_Uint64{46}}},
137 {"oneof float", &pb.Oneof{Union: &pb.Oneof_F_Float{47.1}}},
[all …]
/external/golang-protobuf/proto/testdata/
Dtest.pb.go2142 type Oneof struct { struct
2168 func (m *Oneof) Reset() { *m = Oneof{} } argument
2169 func (m *Oneof) String() string { return proto.CompactTextString(m) } argument
2170 func (*Oneof) ProtoMessage() {} argument
2171 func (*Oneof) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} } argument
2254 func (m *Oneof) GetUnion() isOneof_Union { argument
2260 func (m *Oneof) GetTormato() isOneof_Tormato { argument
2267 func (m *Oneof) GetF_Bool() bool { argument
2274 func (m *Oneof) GetF_Int32() int32 { argument
2281 func (m *Oneof) GetF_Int64() int64 { argument
[all …]
Dtest.proto508 message Oneof { message
/external/pdfium/testing/
DSUPPRESSIONS_IMAGE_DIFF30 Oneof.pdf * * *
/external/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc177 TEST_F(DynamicMessageTest, Oneof) { in TEST_F() argument
Dfield_mask.proto165 // # Field Masks and Oneof Fields
Dgenerated_message_reflection_unittest.cc616 TEST(GeneratedMessageReflectionTest, Oneof) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs182 public void Oneof() in Oneof() method in Google.Protobuf.Reflection.FieldAccessTest
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto81 // 1. Oneof fields have field presence information and will be
/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/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs260 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h195 static void Oneof(CFXJSE_Value* pThis,
Dcfxjse_formcalc_context_embeddertest.cpp852 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Oneof) { in TEST_F() argument
Dcfxjse_formcalc_context.cpp256 {"Oneof", CFXJSE_FormCalcContext::Oneof},
2740 void CFXJSE_FormCalcContext::Oneof(CFXJSE_Value* pThis, in Oneof() function in CFXJSE_FormCalcContext
/external/golang-protobuf/
DREADME.md102 - Oneof field sets are given a single field in their message,
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc508 TEST_F(ParseMessageTest, Oneof) { in TEST_F() argument
/external/protobuf/docs/swift/
DDesignDoc.md511 ## Oneof types