Home
last modified time | relevance | path

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

12

/external/golang-protobuf/proto/
Dsize_test.go152 {"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/
Doneof.proto10 /* Oneof in a message with other fields */
23 /* Oneof in a message by itself */
DSConscript14 # Oneof is supported by protoc >= 2.6.0
/external/nanopb-c/tests/oneof/
Doneof.proto10 /* Oneof in a message with other fields */
23 /* Oneof in a message by itself */
DSConscript14 # Oneof is supported by protoc >= 2.6.0
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3090 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 …]
Dtest.proto522 message Oneof { message
/external/grpc-grpc/third_party/nanopb/tests/anonymous_oneof/
Doneof.proto10 /* Oneof in a message with other fields */
DSConscript14 # Oneof is supported by protoc >= 2.6.0
/external/nanopb-c/tests/anonymous_oneof/
Doneof.proto10 /* Oneof in a message with other fields */
DSConscript14 # Oneof is supported by protoc >= 2.6.0
/external/pdfium/testing/
DSUPPRESSIONS_IMAGE_DIFF30 Oneof.pdf * * *
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go408 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"` member
467 return m.Oneof
/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.cc473 TEST(CreateProtoDebugStringLibTest, Oneof) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs260 public void Oneof() in Oneof() method in Google.Protobuf.WellKnownTypes.WrappersTest
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs240 public void Oneof(string fooStringValue, string expectedJson) in Oneof() method in Google.Protobuf.JsonFormatterTest
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h195 static void Oneof(CFXJSE_Value* pThis,
/external/grpc-grpc/third_party/nanopb/
DCHANGELOG.txt14 Fix generator crash with Enum inside Oneof (#188)
/external/nanopb-c/
DCHANGELOG.txt75 Fix generator crash with Enum inside Oneof (#188)
/external/golang-protobuf/
DREADME.md151 - Oneof field sets are given a single field in their message,

12