Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h67 void AddUInt64(const uint64_t operand);
Ddouble-conversion-bignum.cpp123 AddUInt64(digits); in AssignDecimalString()
127 AddUInt64(digits); in AssignDecimalString()
169 void Bignum::AddUInt64(const uint64_t operand) { in AddUInt64() function in double_conversion::Bignum
/external/icu/libicu/cts_headers/
Ddouble-conversion-bignum.h67 void AddUInt64(const uint64_t operand);
/external/protobuf/src/google/protobuf/
Dtest_util.h245 reflection->AddUInt64(message, F("repeated_uint64"), 204); in SetAllFieldsViaReflection()
249 reflection->AddUInt64(message, F("repeated_fixed64"), 208); in SetAllFieldsViaReflection()
280 reflection->AddUInt64(message, F("repeated_uint64"), 304); in SetAllFieldsViaReflection()
284 reflection->AddUInt64(message, F("repeated_fixed64"), 308); in SetAllFieldsViaReflection()
402 reflection->AddUInt64(message, F("packed_uint64"), 604); in SetPackedFieldsViaReflection()
406 reflection->AddUInt64(message, F("packed_fixed64"), 608); in SetPackedFieldsViaReflection()
417 reflection->AddUInt64(message, F("packed_uint64"), 704); in SetPackedFieldsViaReflection()
421 reflection->AddUInt64(message, F("packed_fixed64"), 708); in SetPackedFieldsViaReflection()
Dmessage.h669 void AddUInt64(Message* message, const FieldDescriptor* field,
Dextension_set.h346 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
/external/libprotobuf-mutator/src/
Dfield_instance.h361 reflection().AddUInt64(message_, descriptor(), value); in PushBackRepeated()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc367 reflection->AddUInt64(message, field_descriptor, value); in Subscript()