Searched refs:AddUInt64 (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion-bignum.h | 66 void AddUInt64(uint64_t operand);
|
D | double-conversion-bignum.cpp | 128 AddUInt64(digits); in AssignDecimalString() 132 AddUInt64(digits); in AssignDecimalString() 175 void Bignum::AddUInt64(uint64_t operand) { in AddUInt64() function in double_conversion::Bignum
|
/external/v8/src/ |
D | bignum.h | 31 void AddUInt64(uint64_t operand);
|
D | bignum.cc | 94 AddUInt64(digits); in AssignDecimalString() 98 AddUInt64(digits); in AssignDecimalString() 141 void Bignum::AddUInt64(uint64_t operand) { in AddUInt64() function in v8::internal::Bignum
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 342 reflection().AddUInt64(message_, descriptor(), value); in PushBackRepeated()
|
/external/protobuf/src/google/protobuf/ |
D | test_util.cc | 2431 reflection->AddUInt64(message, F("repeated_uint64" ), 204); in SetAllFieldsViaReflection() 2435 reflection->AddUInt64(message, F("repeated_fixed64" ), 208); in SetAllFieldsViaReflection() 2466 reflection->AddUInt64(message, F("repeated_uint64" ), 304); in SetAllFieldsViaReflection() 2470 reflection->AddUInt64(message, F("repeated_fixed64" ), 308); in SetAllFieldsViaReflection() 2592 reflection->AddUInt64(message, F("packed_uint64" ), 604); in SetPackedFieldsViaReflection() 2596 reflection->AddUInt64(message, F("packed_fixed64" ), 608); in SetPackedFieldsViaReflection() 2607 reflection->AddUInt64(message, F("packed_uint64" ), 704); in SetPackedFieldsViaReflection() 2611 reflection->AddUInt64(message, F("packed_fixed64" ), 708); in SetPackedFieldsViaReflection()
|
D | generated_message_reflection.h | 377 void AddUInt64(Message* message,
|
D | message.h | 712 virtual void AddUInt64(Message* message,
|
D | extension_set.h | 324 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 378 reflection->AddUInt64(message, field_descriptor, value); in Append()
|