Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h66 void AddUInt64(uint64_t operand);
Ddouble-conversion-bignum.cpp128 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/
Dbignum.h31 void AddUInt64(uint64_t operand);
Dbignum.cc94 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/
Dfield_instance.h342 reflection().AddUInt64(message_, descriptor(), value); in PushBackRepeated()
/external/protobuf/src/google/protobuf/
Dtest_util.cc2431 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()
Dgenerated_message_reflection.h377 void AddUInt64(Message* message,
Dmessage.h712 virtual void AddUInt64(Message* message,
Dextension_set.h324 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc378 reflection->AddUInt64(message, field_descriptor, value); in Append()