| /external/golang-protobuf/ptypes/wrappers/ |
| D | wrappers.pb.go | 116 type Int64Value struct { struct 118 Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` 119 XXX_NoUnkeyedLiteral struct{} `json:"-"` 120 XXX_unrecognized []byte `json:"-"` 121 XXX_sizecache int32 `json:"-"` 124 func (m *Int64Value) Reset() { *m = Int64Value{} } 125 func (m *Int64Value) String() string { return proto.CompactTextString(m) } 126 func (*Int64Value) ProtoMessage() {} 127 func (*Int64Value) Descriptor() ([]byte, []int) { 131 func (*Int64Value) XXX_WellKnownType() string { return "Int64Value" } [all …]
|
| D | wrappers.proto | 72 message Int64Value { message
|
| /external/protobuf/php/src/Google/Protobuf/ |
| D | Int64Value.php | 17 class Int64Value extends \Google\Protobuf\Internal\Message class
|
| /external/flatbuffers/tests/FlatBuffers.Test/ |
| D | FuzzTestData.cs | 33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0); field in FlatBuffers.Test.FuzzTestData
|
| /external/protobuf/src/google/protobuf/ |
| D | wrappers.proto | 72 message Int64Value { message
|
| D | wrappers.pb.cc | 838 Int64Value::Int64Value() in Int64Value() function in Int64Value 843 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Int64Value() function in Int64Value 850 Int64Value::Int64Value(const Int64Value& from) in Int64Value() function in Int64Value
|
| D | wrappers.pb.h | 73 class Int64Value; variable 416 Int64Value(Int64Value&& from) noexcept in Int64Value() function
|
| /external/rust/crates/protobuf/src/well_known_types/ |
| D | wrappers.rs | 334 pub struct Int64Value { struct 344 impl<'a> ::std::default::Default for &'a Int64Value { argument 350 impl Int64Value { impl 371 impl crate::Message for Int64Value { implementation 468 impl crate::Clear for Int64Value { implementation 475 impl ::std::fmt::Debug for Int64Value { implementation 481 impl crate::reflect::ProtobufValue for Int64Value { implementation
|
| /external/protobuf/php/tests/ |
| D | wrapper_type_setters_test.php | 12 use Google\Protobuf\Int64Value; alias
|
| D | well_known_test.php | 22 use Google\Protobuf\Int64Value; alias
|
| D | encode_decode_test.php | 21 use Google\Protobuf\Int64Value; alias
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Wrappers.cs | 334 public sealed partial class Int64Value : pb::IMessage<Int64Value> { class 351 public Int64Value() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value 358 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value
|
| /external/tinyxml2/ |
| D | tinyxml2.h | 1162 int64_t Int64Value() const { in Int64Value() function
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | message.c | 2171 PHP_METHOD(Int64Value, __construct) { argument
|
| D | protobuf.h | 644 typedef struct Int64Value Int64Value; typedef
|