/external/golang-protobuf/proto/ |
D | size_test.go | 152 {"oneof not set", &pb.Oneof{}}, 153 {"oneof bool", &pb.Oneof{Union: &pb.Oneof_F_Bool{true}}}, 154 {"oneof zero int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{0}}}, 155 {"oneof big int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{1 << 20}}}, 156 {"oneof int64", &pb.Oneof{Union: &pb.Oneof_F_Int64{42}}}, 157 {"oneof fixed32", &pb.Oneof{Union: &pb.Oneof_F_Fixed32{43}}}, 158 {"oneof fixed64", &pb.Oneof{Union: &pb.Oneof_F_Fixed64{44}}}, 159 {"oneof uint32", &pb.Oneof{Union: &pb.Oneof_F_Uint32{45}}}, 160 {"oneof uint64", &pb.Oneof{Union: &pb.Oneof_F_Uint64{46}}}, 161 {"oneof float", &pb.Oneof{Union: &pb.Oneof_F_Float{47.1}}}, [all …]
|
/external/grpc-grpc/third_party/nanopb/tests/oneof/ |
D | oneof.proto | 10 /* Oneof in a message with other fields */ 23 /* Oneof in a message by itself */
|
D | SConscript | 14 # Oneof is supported by protoc >= 2.6.0
|
/external/nanopb-c/tests/oneof/ |
D | oneof.proto | 10 /* Oneof in a message with other fields */ 23 /* Oneof in a message by itself */
|
D | SConscript | 14 # Oneof is supported by protoc >= 2.6.0
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3090 type Oneof struct { struct 3118 func (m *Oneof) Reset() { *m = Oneof{} } argument 3119 func (m *Oneof) String() string { return proto.CompactTextString(m) } argument 3120 func (*Oneof) ProtoMessage() {} argument 3121 func (*Oneof) Descriptor() ([]byte, []int) { argument 3125 func (m *Oneof) XXX_Unmarshal(b []byte) error { argument 3128 func (m *Oneof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 3131 func (m *Oneof) XXX_Merge(src proto.Message) { argument 3134 func (m *Oneof) XXX_Size() int { argument 3137 func (m *Oneof) XXX_DiscardUnknown() { argument [all …]
|
D | test.proto | 522 message Oneof { message
|
/external/grpc-grpc/third_party/nanopb/tests/anonymous_oneof/ |
D | oneof.proto | 10 /* Oneof in a message with other fields */
|
D | SConscript | 14 # Oneof is supported by protoc >= 2.6.0
|
/external/nanopb-c/tests/anonymous_oneof/ |
D | oneof.proto | 10 /* Oneof in a message with other fields */
|
D | SConscript | 14 # Oneof is supported by protoc >= 2.6.0
|
/external/pdfium/testing/ |
D | SUPPRESSIONS_IMAGE_DIFF | 30 Oneof.pdf * * *
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 408 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"` member 467 return m.Oneof
|
/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 | 473 TEST(CreateProtoDebugStringLibTest, Oneof) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 260 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
|
/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/pdfium/fxjs/ |
D | cfxjse_formcalc_context.h | 195 static void Oneof(CFXJSE_Value* pThis,
|
/external/grpc-grpc/third_party/nanopb/ |
D | CHANGELOG.txt | 14 Fix generator crash with Enum inside Oneof (#188)
|
/external/nanopb-c/ |
D | CHANGELOG.txt | 75 Fix generator crash with Enum inside Oneof (#188)
|
/external/golang-protobuf/ |
D | README.md | 151 - Oneof field sets are given a single field in their message,
|