/external/golang-protobuf/proto/ |
D | size_test.go | 128 {"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/ |
D | test.pb.go | 2142 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 …]
|
D | test.proto | 508 message Oneof { message
|
/external/pdfium/testing/ |
D | SUPPRESSIONS_IMAGE_DIFF | 30 Oneof.pdf * * *
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message_unittest.cc | 177 TEST_F(DynamicMessageTest, Oneof) { in TEST_F() argument
|
D | field_mask.proto | 165 // # Field Masks and Oneof Fields
|
D | generated_message_reflection_unittest.cc | 616 TEST(GeneratedMessageReflectionTest, Oneof) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | FieldAccessTest.cs | 182 public void Oneof() in Oneof() method in Google.Protobuf.Reflection.FieldAccessTest
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 81 // 1. Oneof fields have field presence information and will be
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib_test.cc | 470 TEST(CreateProtoDebugStringLibTest, Oneof) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 240 public void Oneof(string fooStringValue, string expectedJson) in Oneof() method in Google.Protobuf.JsonFormatterTest
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 260 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.h | 195 static void Oneof(CFXJSE_Value* pThis,
|
D | cfxjse_formcalc_context_embeddertest.cpp | 852 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Oneof) { in TEST_F() argument
|
D | cfxjse_formcalc_context.cpp | 256 {"Oneof", CFXJSE_FormCalcContext::Oneof}, 2740 void CFXJSE_FormCalcContext::Oneof(CFXJSE_Value* pThis, in Oneof() function in CFXJSE_FormCalcContext
|
/external/golang-protobuf/ |
D | README.md | 102 - Oneof field sets are given a single field in their message,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 508 TEST_F(ParseMessageTest, Oneof) { in TEST_F() argument
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 511 ## Oneof types
|