Home
last modified time | relevance | path

Searched refs:UInt32Value (Results 1 – 23 of 23) sorted by relevance

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go146 type UInt32Value struct { struct
151 func (m *UInt32Value) Reset() { *m = UInt32Value{} } argument
152 func (m *UInt32Value) String() string { return proto.CompactTextString(m) } argument
153 func (*UInt32Value) ProtoMessage() {} argument
154 func (*UInt32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } argument
155 func (*UInt32Value) XXX_WellKnownType() string { return "UInt32Value" } argument
157 func (m *UInt32Value) GetValue() uint32 { argument
233 proto.RegisterType((*UInt32Value)(nil), "google.protobuf.UInt32Value")
Dwrappers.proto90 // The JSON representation for `UInt32Value` is JSON number.
91 message UInt32Value { message
/external/protobuf/src/google/protobuf/
Dwrappers.pb.cc139 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt32Value, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
144 UInt32Value::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
149 sizeof(UInt32Value), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
150 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt32Value, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
151 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt32Value, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
220 UInt32Value_descriptor_, &UInt32Value::default_instance()); in protobuf_RegisterTypes()
242 delete UInt32Value::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto()
278 UInt32Value::default_instance_ = new UInt32Value(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
287 UInt32Value::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
1610 const int UInt32Value::kValueFieldNumber;
[all …]
Dwrappers.pb.h47 class UInt32Value; variable
507 class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message {
509 UInt32Value();
510 virtual ~UInt32Value();
512 UInt32Value(const UInt32Value& from);
514 inline UInt32Value& operator=(const UInt32Value& from) {
524 static const UInt32Value& default_instance();
526 void UnsafeArenaSwap(UInt32Value* other);
527 void Swap(UInt32Value* other);
531 inline UInt32Value* New() const { return New(NULL); } in New()
[all …]
Dunittest_well_known_types.proto38 google.protobuf.UInt32Value uint32_field = 15;
63 repeated google.protobuf.UInt32Value uint32_field = 15;
85 google.protobuf.UInt32Value uint32_field = 15;
110 map<int32,google.protobuf.UInt32Value> uint32_field = 15;
Dwrappers.proto91 // The JSON representation for `UInt32Value` is JSON number.
92 message UInt32Value { message
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs44 …peof(global::Google.Protobuf.WellKnownTypes.UInt32Value), global::Google.Protobuf.WellKnownTypes.U… in WrappersReflection()
615 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> { class
616 …te static readonly pb::MessageParser<UInt32Value> _parser = new pb::MessageParser<UInt32Value>(() …
617 public static pb::MessageParser<UInt32Value> Parser { get { return _parser; } }
627 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value
633 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value
637 public UInt32Value Clone() { in Clone()
638 return new UInt32Value(this); in Clone()
655 return Equals(other as UInt32Value); in Equals()
658 public bool Equals(UInt32Value other) { in Equals()
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
DFlatBuffersFuzzTests.cs627 builder.AddUint(j, FuzzTestData.UInt32Value, 0); in CheckObjects()
709 Assert.AreEqual(FuzzTestData.UInt32Value, table.GetSlot(f, (uint)0)); in CheckObjects()
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto117 google.protobuf.UInt32Value uint32_value = 4;
127 repeated google.protobuf.UInt32Value repeated_uint32_value = 14;
/external/golang-protobuf/_conformance/conformance_proto/
Dconformance.pb.go549 …OptionalUint32Wrapper *google_protobuf5.UInt32Value `protobuf:"bytes,204,opt,name=optional_uint3…
558 …RepeatedUint32Wrapper []*google_protobuf5.UInt32Value `protobuf:"bytes,214,rep,name=repeated_uint3…
1170 func (m *TestAllTypes) GetOptionalUint32Wrapper() *google_protobuf5.UInt32Value {
1233 func (m *TestAllTypes) GetRepeatedUint32Wrapper() []*google_protobuf5.UInt32Value {
Dconformance.proto224 google.protobuf.UInt32Value optional_uint32_wrapper = 204;
234 repeated google.protobuf.UInt32Value repeated_uint32_wrapper = 214;
/external/protobuf/conformance/
Dconformance.proto219 google.protobuf.UInt32Value optional_uint32_wrapper = 204;
229 repeated google.protobuf.UInt32Value repeated_uint32_wrapper = 214;
DMakefile.am57 com/google/protobuf/UInt32Value.java \
121 lite/com/google/protobuf/UInt32Value.java \
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto83 google.protobuf.UInt32Value uint32 = 1;
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go634 …U32 *google_protobuf4.UInt32Value `protobuf:"bytes,8,opt,name=u32" json:"u32,omitempt…
723 func (m *KnownTypes) GetU32() *google_protobuf4.UInt32Value {
Dtest_objects.proto143 optional google.protobuf.UInt32Value u32 = 8;
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java46 import com.google.protobuf.UInt32Value;
852 anyMessage = Any.pack(UInt32Value.newBuilder().setValue(12345).build()); in testAnyFields()
/external/golang-protobuf/jsonpb/
Djsonpb_test.go448 {"UInt32Value", marshaler, &pb.KnownTypes{U32: &wpb.UInt32Value{Value: 4}}, `{"u32":4}`},
611 {"UInt32Value", Unmarshaler{}, `{"u32":4}`, &pb.KnownTypes{U32: &wpb.UInt32Value{Value: 4}}},
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java66 import com.google.protobuf.UInt32Value;
494 printers.put(UInt32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1026 parsers.put(UInt32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto167 google.protobuf.UInt32Value uint32_value = 2;
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs84 { UInt32Value.Descriptor.FullName, MergeWrapperField },
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs138 [TestCase(typeof(UInt32Value), "32", 32U)]