Home
last modified time | relevance | path

Searched refs:GetInt32Value (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test_util.cc1344 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 …]
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()
Dmap.h156 int32 GetInt32Value() const { in GetInt32Value() function
358 int32 GetInt32Value() const { in GetInt32Value() function
1702 return hash< ::google::protobuf::int32>()(map_key.GetInt32Value());
Dmap_field_inl.h51 return map_key.GetInt32Value();
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc182 return PyInt_FromLong(key.GetInt32Value()); in MapKeyToPython()
207 return PyInt_FromLong(value->GetInt32Value()); in MapValueRefToPython()