Searched refs:AddUInt64 (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion-bignum.h | 67 void AddUInt64(const uint64_t operand);
|
D | double-conversion-bignum.cpp | 123 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/ |
D | double-conversion-bignum.h | 67 void AddUInt64(const uint64_t operand);
|
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 245 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()
|
D | message.h | 669 void AddUInt64(Message* message, const FieldDescriptor* field,
|
D | extension_set.h | 346 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 361 reflection().AddUInt64(message_, descriptor(), value); in PushBackRepeated()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 367 reflection->AddUInt64(message, field_descriptor, value); in Subscript()
|