Home
last modified time | relevance | path

Searched refs:AddUInt32 (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dpickle.h126 void AddUInt32() { return AddPOD<uint32_t>(); } in AddUInt32() function
Dpickle_unittest.cc607 sizer.AddUInt32(); in TEST()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h375 void AddUInt32(Message* message,
Dmessage.h710 virtual void AddUInt32(Message* message,
Dtest_util.cc2430 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()
Dextension_set.h323 void AddUInt32(int number, FieldType type, bool packed, uint32 value, desc);
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc373 reflection->AddUInt32(message, field_descriptor, value); in Append()