Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwrappers.pb.cc109 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt64Value, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
114 UInt64Value::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
119 sizeof(UInt64Value), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
120 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt64Value, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
121 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt64Value, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
216 UInt64Value_descriptor_, &UInt64Value::default_instance()); in protobuf_RegisterTypes()
238 delete UInt64Value::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto()
276 UInt64Value::default_instance_ = new UInt64Value(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
285 UInt64Value::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
1090 const int UInt64Value::kValueFieldNumber;
[all …]
Dwrappers.pb.h48 class UInt64Value; variable
325 class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message {
327 UInt64Value();
328 virtual ~UInt64Value();
330 UInt64Value(const UInt64Value& from);
332 inline UInt64Value& operator=(const UInt64Value& from) {
342 static const UInt64Value& default_instance();
344 void UnsafeArenaSwap(UInt64Value* other);
345 void Swap(UInt64Value* other);
349 inline UInt64Value* New() const { return New(NULL); } in New()
[all …]
Dunittest_well_known_types.proto36 google.protobuf.UInt64Value uint64_field = 13;
61 repeated google.protobuf.UInt64Value uint64_field = 13;
83 google.protobuf.UInt64Value uint64_field = 13;
108 map<int32,google.protobuf.UInt64Value> uint64_field = 13;
Dwrappers.proto75 // The JSON representation for `UInt64Value` is JSON string.
76 message UInt64Value { message
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go161 type UInt64Value struct { struct
169 func (m *UInt64Value) Reset() { *m = UInt64Value{} } argument
170 func (m *UInt64Value) String() string { return proto.CompactTextString(m) } argument
171 func (*UInt64Value) ProtoMessage() {} argument
172 func (*UInt64Value) Descriptor() ([]byte, []int) { argument
176 func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" } argument
178 func (m *UInt64Value) XXX_Unmarshal(b []byte) error { argument
181 func (m *UInt64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
184 func (m *UInt64Value) XXX_Merge(src proto.Message) { argument
187 func (m *UInt64Value) XXX_Size() int { argument
[all …]
Dwrappers.proto74 // The JSON representation for `UInt64Value` is JSON string.
75 message UInt64Value { message
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs42 …peof(global::Google.Protobuf.WellKnownTypes.UInt64Value), global::Google.Protobuf.WellKnownTypes.U… in WrappersReflection()
393 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> { class
394 …te static readonly pb::MessageParser<UInt64Value> _parser = new pb::MessageParser<UInt64Value>(() …
395 public static pb::MessageParser<UInt64Value> Parser { get { return _parser; } }
405 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
411 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
415 public UInt64Value Clone() { in Clone()
416 return new UInt64Value(this); in Clone()
433 return Equals(other as UInt64Value); in Equals()
436 public bool Equals(UInt64Value other) { in Equals()
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs34 public static readonly ulong UInt64Value = 0xFCCCCCCCCCCCCCCC; field in FlatBuffers.Test.FuzzTestData
DFlatBuffersFuzzTests.cs695 builder.AddUlong(j, FuzzTestData.UInt64Value, 0); in CheckObjects()
777 Assert.AreEqual(FuzzTestData.UInt64Value, table.GetSlot(f, (ulong)0)); in CheckObjects()
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto118 google.protobuf.UInt64Value uint64_value = 5;
128 repeated google.protobuf.UInt64Value repeated_uint64_value = 15;
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go437 …OptionalUint64Wrapper *wrappers.UInt64Value `protobuf:"bytes,205,opt,name=optional_uint64_wrappe…
446 …RepeatedUint64Wrapper []*wrappers.UInt64Value `protobuf:"bytes,215,rep,name=repeated_uint64_wrappe…
1031 func (m *TestAllTypes) GetOptionalUint64Wrapper() *wrappers.UInt64Value {
1094 func (m *TestAllTypes) GetRepeatedUint64Wrapper() []*wrappers.UInt64Value {
Dconformance.proto220 google.protobuf.UInt64Value optional_uint64_wrapper = 205;
230 repeated google.protobuf.UInt64Value repeated_uint64_wrapper = 215;
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto75 google.protobuf.UInt64Value uint64 = 1;
/external/protobuf/conformance/
Dconformance.proto220 google.protobuf.UInt64Value optional_uint64_wrapper = 205;
230 repeated google.protobuf.UInt64Value repeated_uint64_wrapper = 215;
DMakefile.am59 com/google/protobuf/UInt64Value.java \
123 lite/com/google/protobuf/UInt64Value.java \
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.proto150 optional google.protobuf.UInt64Value u64 = 6;
Dtest_objects.pb.go822 U64 *wrappers.UInt64Value `protobuf:"bytes,6,opt,name=u64" json:"u64,omitempty"`
921 func (m *KnownTypes) GetU64() *wrappers.UInt64Value {
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java47 import com.google.protobuf.UInt64Value;
866 anyMessage = Any.pack(UInt64Value.newBuilder().setValue(12345).build()); in testAnyFields()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java67 import com.google.protobuf.UInt64Value;
496 printers.put(UInt64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1028 parsers.put(UInt64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto169 google.protobuf.UInt64Value uint64_value = 4;
/external/golang-protobuf/jsonpb/
Djsonpb_test.go517 {"UInt64Value", marshaler, &pb.KnownTypes{U64: &wpb.UInt64Value{Value: 3}}, `{"u64":"3"}`},
818 {"UInt64Value", Unmarshaler{}, `{"u64":"3"}`, &pb.KnownTypes{U64: &wpb.UInt64Value{Value: 3}}},
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs85 { UInt64Value.Descriptor.FullName, MergeWrapperField },
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs139 [TestCase(typeof(UInt64Value), "32", 32UL)]