Home
last modified time | relevance | path

Searched refs:Int64Value (Results 1 – 25 of 40) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
Dwrapper_benchmark_messages.proto13 google.protobuf.Int64Value int64_field_2 = 2;
15 google.protobuf.Int64Value int64_field_3 = 3;
16 google.protobuf.Int64Value int64_field_4 = 4;
40 google.protobuf.Int64Value int64_field_19 = 19;
41 google.protobuf.Int64Value int64_field_115 = 115;
43 google.protobuf.Int64Value int64_field_117 = 117;
54 google.protobuf.Int64Value int64_field_26 = 26;
66 google.protobuf.Int64Value int64_field_32 = 32;
71 google.protobuf.Int64Value int64_field_82 = 82;
73 google.protobuf.Int64Value int64_field_85 = 85;
[all …]
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php12 use Google\Protobuf\Int64Value; alias
75 …[TestWrapperSetters::class, Int64Value::class, "setInt64Value", "setInt64ValueUnwrapped", "getInt6…
76 [123, new Int64Value(["value" => 123])],
77 [-789, new Int64Value(["value" => -789])],
79 [0, new Int64Value()],
80 [5.5, new Int64Value(["value" => 5])], // Test conversion from float to int
174 [TestWrapperSetters::class, "setInt64ValueUnwrapped", new Int64Value()],
220 [TestWrapperSetters::class, Int64Value::class, 'int64_value', 'getInt64Value', 3],
DWellKnownTest.php23 use Google\Protobuf\Int64Value; alias
369 $m = new Int64Value();
DEncodeDecodeTest.php28 use Google\Protobuf\Int64Value; alias
130 $m = new Int64Value();
137 $m = new Int64Value();
144 $m = new Int64Value();
/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.cc28 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Int64Value> _instance;
130 new (ptr) PROTOBUF_NAMESPACE_ID::Int64Value(); in InitDefaultsscc_info_Int64Value_google_2fprotobuf_2fwrappers_2eproto()
133 PROTOBUF_NAMESPACE_ID::Int64Value::InitAsDefaultInstance(); in InitDefaultsscc_info_Int64Value_google_2fprotobuf_2fwrappers_2eproto()
199 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Int64Value, _internal_metadata_),
203 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Int64Value, value_),
244 { 12, -1, sizeof(PROTOBUF_NAMESPACE_ID::Int64Value)},
696 void Int64Value::InitAsDefaultInstance() { in InitAsDefaultInstance()
698 class Int64Value::_Internal {
702 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Int64Value() function in Int64Value
708 Int64Value::Int64Value(const Int64Value& from) in Int64Value() function in Int64Value
[all …]
Dwrappers.pb.h73 class Int64Value; variable
92 …> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Int64Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
375 class PROTOBUF_EXPORT Int64Value PROTOBUF_FINAL :
378 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function
379 virtual ~Int64Value();
381 Int64Value(const Int64Value& from);
382 Int64Value(Int64Value&& from) noexcept in Int64Value() function
383 : Int64Value() { in Int64Value()
387 inline Int64Value& operator=(const Int64Value& from) {
391 inline Int64Value& operator=(Int64Value&& from) noexcept {
[all …]
Dunittest_well_known_types.proto35 google.protobuf.Int64Value int64_field = 12;
60 repeated google.protobuf.Int64Value int64_field = 12;
82 google.protobuf.Int64Value int64_field = 12;
107 map<int32,google.protobuf.Int64Value> int64_field = 12;
Dwrappers.proto71 // The JSON representation for `Int64Value` is JSON string.
72 message Int64Value { message
Dtest_messages_proto3.proto211 google.protobuf.Int64Value optional_int64_wrapper = 203;
221 repeated google.protobuf.Int64Value repeated_int64_wrapper = 213;
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs42 …ypeof(global::Google.Protobuf.WellKnownTypes.Int64Value), global::Google.Protobuf.WellKnownTypes.I… in WrappersReflection()
420 public sealed partial class Int64Value : pb::IMessage<Int64Value> class
425 …ate static readonly pb::MessageParser<Int64Value> _parser = new pb::MessageParser<Int64Value>(() =…
428 public static pb::MessageParser<Int64Value> Parser { get { return _parser; } }
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
454 public Int64Value Clone() { in Clone()
455 return new Int64Value(this); in Clone()
474 return Equals(other as Int64Value); in Equals()
478 public bool Equals(Int64Value other) { in Equals()
[all …]
/third_party/protobuf/ruby/tests/
Dbasic_test.proto135 google.protobuf.Int64Value int64 = 4;
151 repeated google.protobuf.Int64Value repeated_int64 = 14;
163 map<int32, google.protobuf.Int64Value> map_int64 = 24;
176 google.protobuf.Int64Value oneof_int64 = 34;
Dbasic_test_proto2.proto128 optional google.protobuf.Int64Value int64 = 4;
144 repeated google.protobuf.Int64Value repeated_int64 = 14;
157 google.protobuf.Int64Value oneof_int64 = 34;
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto35 google.protobuf.Int64Value int64_field = 12;
60 repeated google.protobuf.Int64Value int64_field = 12;
82 google.protobuf.Int64Value int64_field = 12;
107 map<int32,google.protobuf.Int64Value> int64_field = 12;
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0); field in FlatBuffers.Test.FuzzTestData
DFlatBuffersFuzzTests.cs701 builder.AddLong(j, FuzzTestData.Int64Value, 0); in CheckObjects()
783 Assert.AreEqual(FuzzTestData.Int64Value, table.GetSlot(f, (long)0)); in CheckObjects()
/third_party/protobuf/php/src/Google/Protobuf/
DInt64Value.php17 class Int64Value extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto10 google.protobuf.Int64Value int64_value = 3;
Dtest.proto249 google.protobuf.Int64Value field = 1;
250 repeated google.protobuf.Int64Value repeated_field = 2;
252 google.protobuf.Int64Value oneof_field = 3;
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.cpp115 out = value.ToNumber().Int64Value(); in FromJS()
129 out = static_cast<uint64_t>(value.ToNumber().Int64Value()); in FromJS()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DWrappersLiteOfMethodTest.java43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
DWrappersOfMethodTest.java43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto123 google.protobuf.Int64Value int64_value = 3;
133 repeated google.protobuf.Int64Value repeated_int64_value = 13;
Dtype_resolver_util.cc59 using google::protobuf::Int64Value;
187 value->PackFrom(WrapValue<Int64Value>( in ConvertOptionField()
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dwrappers_test.proto44 .google.protobuf.Int64Value field_int64 = 4;
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto71 google.protobuf.Int64Value int64 = 1;

12