Home
last modified time | relevance | path

Searched refs:Int64Value (Results 1 - 25 of 27) sorted by relevance

12

/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php12 use Google\Protobuf\Int64Value;
75 [TestWrapperSetters::class, Int64Value::class, "setInt64Value", "setInt64ValueUnwrapped", "getInt64Value", "getInt64ValueUnwrapped", [
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],
H A DWellKnownTest.php23 use Google\Protobuf\Int64Value;
369 $m = new Int64Value();
H A DEncodeDecodeTest.php28 use Google\Protobuf\Int64Value;
130 $m = new Int64Value();
137 $m = new Int64Value();
144 $m = new Int64Value();
/third_party/protobuf/src/google/protobuf/
H A 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( function in Int64Value
708 Int64Value::Int64Value(const Int64Value& from) Int64Value() function in Int64Value
[all...]
H A Dwrappers.pb.h73 class Int64Value;
92 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Int64Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::Int64Value>(Arena*);
375 class PROTOBUF_EXPORT Int64Value PROTOBUF_FINAL :
376 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int64Value) */ {
378 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function in PROTOBUF_FINAL
379 virtual ~Int64Value();
381 Int64Value(const Int64Value
383 : Int64Value() { Int64Value() function in PROTOBUF_FINAL
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs42 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int64Value), global::Google.Protobuf.WellKnownTypes.Int64Value.Parser, new[]{ "Value" }, null, null, null, null), in WrappersReflection()
418 /// The JSON representation for `Int64Value` is JSON string.
420 public sealed partial class Int64Value : pb::IMessage<Int64Value> class
425 private static readonly pb::MessageParser<Int64Value> _parser = new pb::MessageParser<Int64Value>(() => new 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() { Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DInt64Value.php13 * The JSON representation for `Int64Value` is JSON string.
15 * Generated from protobuf message <code>google.protobuf.Int64Value</code>
17 class Int64Value extends \Google\Protobuf\Internal\Message class
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
H A 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/
H A DWrappersLiteOfMethodTest.java43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
H A DWrappersOfMethodTest.java43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
/third_party/protobuf/ruby/tests/
H A Dbasic.rb272 map_int64: {0 => Google::Protobuf::Int64Value.new(value: 4)},
314 map_int64: {0 => Google::Protobuf::Int64Value.new(value: 0)},
356 map_int64: {0 => Google::Protobuf::Int64Value.new()},
H A Dcommon_tests.rb1285 int64: Google::Protobuf::Int64Value.new(value: 0),
1342 int64: Google::Protobuf::Int64Value.new(value: 4),
1389 repeated_int64: [Google::Protobuf::Int64Value.new(value: 4)],
1481 run_test.call(Google::Protobuf::Int64Value, 4)
1502 assert_equal Google::Protobuf::Int64Value.new(value: 15), m.int64
1554 int64: Google::Protobuf::Int64Value.new(value: 4),
1581 m.int64 = Google::Protobuf::Int64Value.new(value: 15)
1583 assert_equal Google::Protobuf::Int64Value.new(value: 15), m.int64
1636 int64: Google::Protobuf::Int64Value.new(value: 4),
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc59 using google::protobuf::Int64Value;
187 value->PackFrom(WrapValue<Int64Value>( in ConvertOptionField()
/third_party/node/src/
H A Dhistogram.cc202 ? args[0].As<BigInt>()->Int64Value(&lossless) in Record()
265 lowest = args[0].As<BigInt>()->Int64Value(&lossless_ignored); in New()
271 highest = args[1].As<BigInt>()->Int64Value(&lossless_ignored); in New()
H A Dnode_file.cc2247 args[4].As<BigInt>()->Int64Value(); in Read()
H A Djs_native_api_v8.cc3569 *result = val.As<v8::BigInt>()->Int64Value(lossless);
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs456 var valueTag = WireFormat.MakeTag(Int64Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt64FastPath()
483 var valueTag = WireFormat.MakeTag(Int64Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt64SlowPath()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs138 [TestCase(typeof(Int64Value), "32", 32L)]
139 [TestCase(typeof(Int64Value), "\"32\"", 32L)]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs140 [TestCase(typeof(Int64Value), "32", 32L)]
141 [TestCase(typeof(Int64Value), "\"32\"", 32L)]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc110 google::protobuf::Int64Value i; in GetInt64FromAny()
338 "google.protobuf.Int64Value", "google.protobuf.UInt64Value",
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java63 import com.google.protobuf.Int64Value;
801 printers.put(Int64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1383 parsers.put(Int64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java43 import com.google.protobuf.Int64Value;
970 anyMessage = Any.pack(Int64Value.newBuilder().setValue(12345).build()); in testAnyFields()
973 + " \"@type\": \"type.googleapis.com/google.protobuf.Int64Value\",\n" in testAnyFields()
1102 testAny.putAnyMap("int64_wrapper", Any.pack(Int64Value.newBuilder().setValue(456).build())); in testAnyInMaps()
1127 + " \"@type\": \"type.googleapis.com/google.protobuf.Int64Value\",\n" in testAnyInMaps()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h752 int64_t Int64Value(bool* lossless = nullptr) const;
/third_party/node/deps/v8/include/
H A Dv8-primitive.h743 int64_t Int64Value(bool* lossless = nullptr) const;
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc1371 *i64_value = bigint_value->Int64Value(); in ToI64()
2494 receiver->SetI64(bigint_value->Int64Value()); in WebAssemblyGlobalSetValue()

Completed in 42 milliseconds

12