Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/
DInt64Value.php17 class Int64Value extends \Google\Protobuf\Internal\Message class
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0); field in FlatBuffers.Test.FuzzTestData
/third_party/protobuf/src/google/protobuf/
Dwrappers.proto72 message Int64Value { message
Dwrappers.pb.h73 class Int64Value; variable
378 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function
382 Int64Value(Int64Value&& from) noexcept in Int64Value() function
Dwrappers.pb.cc702 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Int64Value() function in Int64Value
708 Int64Value::Int64Value(const Int64Value& from) in Int64Value() function in Int64Value
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php12 use Google\Protobuf\Int64Value; alias
DWellKnownTest.php23 use Google\Protobuf\Int64Value; alias
DEncodeDecodeTest.php28 use Google\Protobuf\Int64Value; alias
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs420 public sealed partial class Int64Value : pb::IMessage<Int64Value> class
441 public Int64Value() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value
448 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value