/external/chromium_org/v8/test/cctest/ |
D | test-bignum.cc | 158 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/chromium_org/v8/src/ |
D | bignum.h | 29 void AddUInt64(uint64_t operand);
|
D | bignum.cc | 93 AddUInt64(digits); in AssignDecimalString() 97 AddUInt64(digits); in AssignDecimalString() 141 void Bignum::AddUInt64(uint64_t operand) { in AddUInt64() function in v8::internal::Bignum
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
D | bignum.h | 55 void AddUInt64(uint64_t operand);
|
D | bignum.cc | 117 AddUInt64(digits); in AssignDecimalString() 121 AddUInt64(digits); in AssignDecimalString() 165 void Bignum::AddUInt64(uint64_t operand) { in AddUInt64() function in WTF::double_conversion::Bignum
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 254 void AddUInt64(Message* message,
|
D | message.h | 608 virtual void AddUInt64(Message* message,
|
D | test_util.cc | 2137 reflection->AddUInt64(message, F("repeated_uint64" ), 204); in SetAllFieldsViaReflection() 2141 reflection->AddUInt64(message, F("repeated_fixed64" ), 208); in SetAllFieldsViaReflection() 2170 reflection->AddUInt64(message, F("repeated_uint64" ), 304); in SetAllFieldsViaReflection() 2174 reflection->AddUInt64(message, F("repeated_fixed64" ), 308); in SetAllFieldsViaReflection() 2231 reflection->AddUInt64(message, F("packed_uint64" ), 604); in SetPackedFieldsViaReflection() 2235 reflection->AddUInt64(message, F("packed_fixed64" ), 608); in SetPackedFieldsViaReflection() 2246 reflection->AddUInt64(message, F("packed_uint64" ), 704); in SetPackedFieldsViaReflection() 2250 reflection->AddUInt64(message, F("packed_fixed64" ), 708); in SetPackedFieldsViaReflection()
|
D | extension_set.h | 284 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 263 void AddUInt64(Message* message,
|
D | message.h | 602 virtual void AddUInt64(Message* message,
|
D | test_util.cc | 2248 reflection->AddUInt64(message, F("repeated_uint64" ), 204); in SetAllFieldsViaReflection() 2252 reflection->AddUInt64(message, F("repeated_fixed64" ), 208); in SetAllFieldsViaReflection() 2283 reflection->AddUInt64(message, F("repeated_uint64" ), 304); in SetAllFieldsViaReflection() 2287 reflection->AddUInt64(message, F("repeated_fixed64" ), 308); in SetAllFieldsViaReflection() 2346 reflection->AddUInt64(message, F("packed_uint64" ), 604); in SetPackedFieldsViaReflection() 2350 reflection->AddUInt64(message, F("packed_fixed64" ), 608); in SetPackedFieldsViaReflection() 2361 reflection->AddUInt64(message, F("packed_uint64" ), 704); in SetPackedFieldsViaReflection() 2365 reflection->AddUInt64(message, F("packed_fixed64" ), 708); in SetPackedFieldsViaReflection()
|
D | extension_set.h | 297 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
D | python-proto2.cc | 752 reflection->AddUInt64(message, field_descriptor, value); in InternalAddRepeatedScalar()
|