Home
last modified time | relevance | path

Searched refs:AddUInt64 (Results 1 – 8 of 8) sorted by relevance

/external/v8/test/cctest/
Dtest-bignum.cc158 TEST(AddUInt64) { in TEST() argument
162 bignum.AddUInt64(0xA); in TEST()
167 bignum.AddUInt64(0xA); in TEST()
172 bignum.AddUInt64(0x100); in TEST()
177 bignum.AddUInt64(0xFFFF); in TEST()
182 bignum.AddUInt64(0x1); in TEST()
187 bignum.AddUInt64(0xFFFF); in TEST()
192 bignum.AddUInt64(0x1); in TEST()
198 bignum.AddUInt64(1); in TEST()
204 bignum.AddUInt64(0xFFFF); in TEST()
[all …]
/external/v8/src/
Dbignum.h29 void AddUInt64(uint64_t operand);
Dbignum.cc94 AddUInt64(digits); in AssignDecimalString()
98 AddUInt64(digits); in AssignDecimalString()
142 void Bignum::AddUInt64(uint64_t operand) { in AddUInt64() function in v8::internal::Bignum
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h313 void AddUInt64(Message* message,
Dmessage.h632 virtual void AddUInt64(Message* message,
Dtest_util.cc2430 reflection->AddUInt64(message, F("repeated_uint64" ), 204); in SetAllFieldsViaReflection()
2434 reflection->AddUInt64(message, F("repeated_fixed64" ), 208); in SetAllFieldsViaReflection()
2465 reflection->AddUInt64(message, F("repeated_uint64" ), 304); in SetAllFieldsViaReflection()
2469 reflection->AddUInt64(message, F("repeated_fixed64" ), 308); in SetAllFieldsViaReflection()
2591 reflection->AddUInt64(message, F("packed_uint64" ), 604); in SetPackedFieldsViaReflection()
2595 reflection->AddUInt64(message, F("packed_fixed64" ), 608); in SetPackedFieldsViaReflection()
2606 reflection->AddUInt64(message, F("packed_uint64" ), 704); in SetPackedFieldsViaReflection()
2610 reflection->AddUInt64(message, F("packed_fixed64" ), 708); in SetPackedFieldsViaReflection()
Dextension_set.h313 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc388 reflection->AddUInt64(message, field_descriptor, value); in Append()