/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.pb.go | 161 type UInt64Value struct { struct 163 Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` 164 XXX_NoUnkeyedLiteral struct{} `json:"-"` 165 XXX_unrecognized []byte `json:"-"` 166 XXX_sizecache int32 `json:"-"` 169 func (m *UInt64Value) Reset() { *m = UInt64Value{} } 170 func (m *UInt64Value) String() string { return proto.CompactTextString(m) } 171 func (*UInt64Value) ProtoMessage() {} 172 func (*UInt64Value) Descriptor() ([]byte, []int) { 176 func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" } [all …]
|
D | wrappers.proto | 80 message UInt64Value { message
|
/external/protobuf/php/src/Google/Protobuf/ |
D | UInt64Value.php | 17 class UInt64Value extends \Google\Protobuf\Internal\Message class
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FuzzTestData.cs | 34 public static readonly ulong UInt64Value = 0xFCCCCCCCCCCCCCCC; field in FlatBuffers.Test.FuzzTestData
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.proto | 80 message UInt64Value { message
|
D | wrappers.pb.cc | 1102 UInt64Value::UInt64Value() in UInt64Value() function in UInt64Value 1107 UInt64Value::UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in UInt64Value() function in UInt64Value 1114 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in UInt64Value
|
D | wrappers.pb.h | 82 class UInt64Value; variable 570 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | wrappers.rs | 489 pub struct UInt64Value { struct 499 impl<'a> ::std::default::Default for &'a UInt64Value { argument 505 impl UInt64Value { impl 526 impl crate::Message for UInt64Value { implementation 623 impl crate::Clear for UInt64Value { implementation 630 impl ::std::fmt::Debug for UInt64Value { implementation 636 impl crate::reflect::ProtobufValue for UInt64Value { implementation
|
/external/protobuf/php/tests/ |
D | wrapper_type_setters_test.php | 15 use Google\Protobuf\UInt64Value; alias
|
D | well_known_test.php | 35 use Google\Protobuf\UInt64Value; alias
|
D | encode_decode_test.php | 22 use Google\Protobuf\UInt64Value; alias
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 471 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> { class 488 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value 495 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 2516 PHP_METHOD(UInt64Value, __construct) { argument
|
D | protobuf.h | 666 typedef struct UInt64Value UInt64Value; typedef
|