Home
last modified time | relevance | path

Searched refs:SetInt32 (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.cc348 ->SetInt32(sub_message, map_int32_int32_key_, 0); in SetMapFieldsViaReflection()
350 ->SetInt32(sub_message, map_int32_int32_val_, 0); in SetMapFieldsViaReflection()
372 ->SetInt32(sub_message, map_sint32_sint32_key_, 0); in SetMapFieldsViaReflection()
374 ->SetInt32(sub_message, map_sint32_sint32_val_, 0); in SetMapFieldsViaReflection()
396 ->SetInt32(sub_message, map_sfixed32_sfixed32_key_, 0); in SetMapFieldsViaReflection()
398 ->SetInt32(sub_message, map_sfixed32_sfixed32_val_, 0); in SetMapFieldsViaReflection()
408 ->SetInt32(sub_message, map_int32_float_key_, 0); in SetMapFieldsViaReflection()
414 ->SetInt32(sub_message, map_int32_double_key_, 0); in SetMapFieldsViaReflection()
432 ->SetInt32(sub_message, map_int32_bytes_key_, 0); in SetMapFieldsViaReflection()
438 ->SetInt32(sub_message, map_int32_enum_key_, 0); in SetMapFieldsViaReflection()
[all …]
Ddynamic_message_unittest.cc272 refl->SetInt32(message, optional_int32, 42); in TEST_F()
274 refl->SetInt32(message, optional_int32, 0); in TEST_F()
Dtest_util.cc2388 reflection->SetInt32 (message, F("optional_int32" ), 101); in SetAllFieldsViaReflection()
2392 reflection->SetInt32 (message, F("optional_sint32" ), 105); in SetAllFieldsViaReflection()
2396 reflection->SetInt32 (message, F("optional_sfixed32"), 109); in SetAllFieldsViaReflection()
2405 sub_message->GetReflection()->SetInt32(sub_message, group_a_, 117); in SetAllFieldsViaReflection()
2407 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 118); in SetAllFieldsViaReflection()
2409 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 119); in SetAllFieldsViaReflection()
2411 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 120); in SetAllFieldsViaReflection()
2421 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection()
2424 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 127); in SetAllFieldsViaReflection()
2445 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 217); in SetAllFieldsViaReflection()
[all …]
Dmap_field.cc293 reflection->SetInt32(new_entry, key_des, map_key.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
320 reflection->SetInt32(new_entry, val_des, map_val.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
Dgenerated_message_reflection_unittest.cc568 nested_reflection->SetInt32(nested, nested_bb, 11); in TEST()
589 nested_reflection->SetInt32(nested, nested_bb, 13); in TEST()
657 reflection->SetInt32( in TEST()
Dmap_test.cc1144 message_int32_int32->GetReflection()->SetInt32(message_int32_int32, in TEST_F()
1379 entry_int32_int32->GetReflection()->SetInt32( in TEST_F()
1382 entry_int32_int32->GetReflection()->SetInt32( in TEST_F()
1385 entry_int32_double->GetReflection()->SetInt32( in TEST_F()
1397 entry_int32_foreign_message->GetReflection()->SetInt32( in TEST_F()
1404 value_message->GetReflection()->SetInt32( in TEST_F()
1506 entry_int32_int32->GetReflection()->SetInt32( in TEST_F()
1509 entry_int32_int32->GetReflection()->SetInt32( in TEST_F()
1515 entry_int32_double->GetReflection()->SetInt32( in TEST_F()
1533 entry_int32_foreign_message->GetReflection()->SetInt32( in TEST_F()
Dmessage.h552 virtual void SetInt32 (Message* message,
Dgenerated_message_reflection.h286 void SetInt32 (Message* message,
Dextension_set.h247 void SetInt32 (int number, FieldType type, int32 value, desc);
Ddescriptor.cc3070 void SetInt32(int number, int32 value, FieldDescriptor::Type type,
5884 SetInt32(option_field->number(), in SetOptionValue()
5894 SetInt32(option_field->number(), in SetOptionValue()
6180 void DescriptorBuilder::OptionInterpreter::SetInt32(int number, int32 value, in SetInt32() function in google::protobuf::DescriptorBuilder::OptionInterpreter
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dplay.cc59 r->SetInt32(m, e, val); in main()
Dsztool.cc147 r->SetInt32(m, fd, RandInt32()); in RandomFidelityParams()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2346 reflection->SetInt32(message, field_descriptor, value); in CheckAndGetInteger()