Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.cc360 ->SetUInt32(sub_message, map_uint32_uint32_key_, 0); in SetMapFieldsViaReflection()
362 ->SetUInt32(sub_message, map_uint32_uint32_val_, 0); in SetMapFieldsViaReflection()
384 ->SetUInt32(sub_message, map_fixed32_fixed32_key_, 0); in SetMapFieldsViaReflection()
386 ->SetUInt32(sub_message, map_fixed32_fixed32_val_, 0); in SetMapFieldsViaReflection()
466 ->SetUInt32(sub_message, map_uint32_uint32_key_, 1); in SetMapFieldsViaReflection()
468 ->SetUInt32(sub_message, map_uint32_uint32_val_, 1); in SetMapFieldsViaReflection()
490 ->SetUInt32(sub_message, map_fixed32_fixed32_key_, 1); in SetMapFieldsViaReflection()
492 ->SetUInt32(sub_message, map_fixed32_fixed32_val_, 1); in SetMapFieldsViaReflection()
Dmap_field.cc299 reflection->SetUInt32(new_entry, key_des, map_key.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()
326 reflection->SetUInt32(new_entry, val_des, map_val.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()
Dgenerated_message_reflection.h290 void SetUInt32(Message* message,
Dmessage.h556 virtual void SetUInt32(Message* message,
Dtest_util.cc2390 reflection->SetUInt32(message, F("optional_uint32" ), 103); in SetAllFieldsViaReflection()
2394 reflection->SetUInt32(message, F("optional_fixed32" ), 107); in SetAllFieldsViaReflection()
2501 reflection->SetUInt32(message, F("default_uint32" ), 403); in SetAllFieldsViaReflection()
2505 reflection->SetUInt32(message, F("default_fixed32" ), 407); in SetAllFieldsViaReflection()
2522 reflection->SetUInt32(message, F("oneof_uint32" ), 601); in SetAllFieldsViaReflection()
Dextension_set.h249 void SetUInt32(int number, FieldType type, uint32 value, desc);
Ddescriptor.cc3074 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
5931 SetUInt32(option_field->number(), in SetOptionValue()
6225 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, in SetUInt32() function in google::protobuf::DescriptorBuilder::OptionInterpreter
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2356 reflection->SetUInt32(message, field_descriptor, value); in CheckAndGetInteger()