Searched refs:GetInt32Value (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_test_util.cc | 1344 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1345 iter.GetValueRef().GetInt32Value()); in ExpectMapFieldsSetViaReflectionIterator() 1391 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1392 iter.GetValueRef().GetInt32Value()); in ExpectMapFieldsSetViaReflectionIterator() 1438 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1439 iter.GetValueRef().GetInt32Value()); in ExpectMapFieldsSetViaReflectionIterator() 1448 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1459 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1499 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1509 EXPECT_EQ(map[iter.GetKey().GetInt32Value()]->number(), in ExpectMapFieldsSetViaReflectionIterator() [all …]
|
D | map_field.cc | 293 reflection->SetInt32(new_entry, key_des, map_key.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock() 320 reflection->SetInt32(new_entry, val_des, map_val.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
|
D | map.h | 156 int32 GetInt32Value() const { in GetInt32Value() function 358 int32 GetInt32Value() const { in GetInt32Value() function 1723 return hash< ::google::protobuf::int32>()(map_key.GetInt32Value());
|
D | map_field_inl.h | 51 return map_key.GetInt32Value();
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | map_container.cc | 181 return PyInt_FromLong(key.GetInt32Value()); in MapKeyToPython() 206 return PyInt_FromLong(value->GetInt32Value()); in MapValueRefToPython()
|