/third_party/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 12 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 D | WellKnownTest.php | 23 use Google\Protobuf\Int64Value; 369 $m = new Int64Value();
|
H A D | EncodeDecodeTest.php | 28 use Google\Protobuf\Int64Value; 130 $m = new Int64Value(); 137 $m = new Int64Value(); 144 $m = new Int64Value();
|
/third_party/protobuf/src/google/protobuf/ |
H A D | wrappers.pb.cc | 28 ::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 D | wrappers.pb.h | 73 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 D | Wrappers.cs | 42 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 D | Int64Value.php | 13 * 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 D | Core.cpp | 115 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 D | WrappersLiteOfMethodTest.java | 43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
|
H A D | WrappersOfMethodTest.java | 43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
|
/third_party/protobuf/ruby/tests/ |
H A D | basic.rb | 272 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 D | common_tests.rb | 1285 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 D | type_resolver_util.cc | 59 using google::protobuf::Int64Value; 187 value->PackFrom(WrapValue<Int64Value>( in ConvertOptionField()
|
/third_party/node/src/ |
H A D | histogram.cc | 202 ? 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 D | node_file.cc | 2247 args[4].As<BigInt>()->Int64Value(); in Read()
|
H A D | js_native_api_v8.cc | 3569 *result = val.As<v8::BigInt>()->Int64Value(lossless);
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | WrappersTest.cs | 456 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 D | JsonParserTest.cs | 138 [TestCase(typeof(Int64Value), "32", 32L)] 139 [TestCase(typeof(Int64Value), "\"32\"", 32L)]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonParserTest.cs | 140 [TestCase(typeof(Int64Value), "32", 32L)] 141 [TestCase(typeof(Int64Value), "\"32\"", 32L)]
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 110 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 D | JsonFormat.java | 63 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 D | JsonFormatTest.java | 43 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 D | v8-primitive.h | 752 int64_t Int64Value(bool* lossless = nullptr) const;
|
/third_party/node/deps/v8/include/ |
H A D | v8-primitive.h | 743 int64_t Int64Value(bool* lossless = nullptr) const;
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 1371 *i64_value = bigint_value->Int64Value(); in ToI64() 2494 receiver->SetI64(bigint_value->Int64Value()); in WebAssemblyGlobalSetValue()
|