Searched refs:AddUInt64 (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-bignum.cc158 TEST(AddUInt64) {
162 bignum.AddUInt64(0xA);
167 bignum.AddUInt64(0xA);
172 bignum.AddUInt64(0x100);
177 bignum.AddUInt64(0xFFFF);
182 bignum.AddUInt64(0x1);
187 bignum.AddUInt64(0xFFFF);
192 bignum.AddUInt64(0x1);
198 bignum.AddUInt64(1);
204 bignum.AddUInt64(
[all...]
/external/v8/test/cctest/
H A Dtest-bignum.cc158 TEST(AddUInt64) {
162 bignum.AddUInt64(0xA);
167 bignum.AddUInt64(0xA);
172 bignum.AddUInt64(0x100);
177 bignum.AddUInt64(0xFFFF);
182 bignum.AddUInt64(0x1);
187 bignum.AddUInt64(0xFFFF);
192 bignum.AddUInt64(0x1);
198 bignum.AddUInt64(1);
204 bignum.AddUInt64(
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.h55 void AddUInt64(uint64_t operand);
H A Dbignum.cc117 AddUInt64(digits);
121 AddUInt64(digits);
165 void Bignum::AddUInt64(uint64_t operand) { function in class:WTF::double_conversion::Bignum
/external/chromium_org/v8/src/
H A Dbignum.h52 void AddUInt64(uint64_t operand);
H A Dbignum.cc116 AddUInt64(digits);
120 AddUInt64(digits);
164 void Bignum::AddUInt64(uint64_t operand) { function in class:v8::internal::Bignum
/external/v8/src/
H A Dbignum.h52 void AddUInt64(uint64_t operand);
H A Dbignum.cc115 AddUInt64(digits);
119 AddUInt64(digits);
163 void Bignum::AddUInt64(uint64_t operand) { function in class:v8::internal::Bignum
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h263 void AddUInt64(Message* message,
H A Dmessage.h602 virtual void AddUInt64(Message* message,
H A Dtest_util.cc2248 reflection->AddUInt64(message, F("repeated_uint64" ), 204);
2252 reflection->AddUInt64(message, F("repeated_fixed64" ), 208);
2283 reflection->AddUInt64(message, F("repeated_uint64" ), 304);
2287 reflection->AddUInt64(message, F("repeated_fixed64" ), 308);
2346 reflection->AddUInt64(message, F("packed_uint64" ), 604);
2350 reflection->AddUInt64(message, F("packed_fixed64" ), 608);
2361 reflection->AddUInt64(message, F("packed_uint64" ), 704);
2365 reflection->AddUInt64(message, F("packed_fixed64" ), 708);
H A Dextension_set.h297 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h254 void AddUInt64(Message* message,
H A Dmessage.h608 virtual void AddUInt64(Message* message,
H A Dtest_util.cc2137 reflection->AddUInt64(message, F("repeated_uint64" ), 204);
2141 reflection->AddUInt64(message, F("repeated_fixed64" ), 208);
2170 reflection->AddUInt64(message, F("repeated_uint64" ), 304);
2174 reflection->AddUInt64(message, F("repeated_fixed64" ), 308);
2231 reflection->AddUInt64(message, F("packed_uint64" ), 604);
2235 reflection->AddUInt64(message, F("packed_fixed64" ), 608);
2246 reflection->AddUInt64(message, F("packed_uint64" ), 704);
2250 reflection->AddUInt64(message, F("packed_fixed64" ), 708);
H A Dextension_set.h284 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc752 reflection->AddUInt64(message, field_descriptor, value);

Completed in 1676 milliseconds