Home
last modified time | relevance | path

Searched defs:Int64Value (Results 1 – 15 of 15) sorted by relevance

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go116 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 …]
Dwrappers.proto72 message Int64Value { message
/external/protobuf/php/src/Google/Protobuf/
DInt64Value.php17 class Int64Value extends \Google\Protobuf\Internal\Message class
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0); field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto72 message Int64Value { message
Dwrappers.pb.cc838 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
Dwrappers.pb.h73 class Int64Value; variable
416 Int64Value(Int64Value&& from) noexcept in Int64Value() function
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs334 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/
Dwrapper_type_setters_test.php12 use Google\Protobuf\Int64Value; alias
Dwell_known_test.php22 use Google\Protobuf\Int64Value; alias
Dencode_decode_test.php21 use Google\Protobuf\Int64Value; alias
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs334 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/
Dtinyxml2.h1162 int64_t Int64Value() const { in Int64Value() function
/external/protobuf/php/ext/google/protobuf/
Dmessage.c2171 PHP_METHOD(Int64Value, __construct) { argument
Dprotobuf.h644 typedef struct Int64Value Int64Value; typedef