Searched refs:AddUInt32 (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/ |
D | pickle.h | 126 void AddUInt32() { return AddPOD<uint32_t>(); } in AddUInt32() function
|
D | pickle_unittest.cc | 607 sizer.AddUInt32(); in TEST()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 375 void AddUInt32(Message* message,
|
D | message.h | 710 virtual void AddUInt32(Message* message,
|
D | test_util.cc | 2430 reflection->AddUInt32(message, F("repeated_uint32" ), 203); in SetAllFieldsViaReflection() 2434 reflection->AddUInt32(message, F("repeated_fixed32" ), 207); in SetAllFieldsViaReflection() 2465 reflection->AddUInt32(message, F("repeated_uint32" ), 303); in SetAllFieldsViaReflection() 2469 reflection->AddUInt32(message, F("repeated_fixed32" ), 307); in SetAllFieldsViaReflection() 2591 reflection->AddUInt32(message, F("packed_uint32" ), 603); in SetPackedFieldsViaReflection() 2595 reflection->AddUInt32(message, F("packed_fixed32" ), 607); in SetPackedFieldsViaReflection() 2606 reflection->AddUInt32(message, F("packed_uint32" ), 703); in SetPackedFieldsViaReflection() 2610 reflection->AddUInt32(message, F("packed_fixed32" ), 707); in SetPackedFieldsViaReflection()
|
D | extension_set.h | 323 void AddUInt32(int number, FieldType type, bool packed, uint32 value, desc);
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 373 reflection->AddUInt32(message, field_descriptor, value); in Append()
|