Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
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()
Dmap_test_util.cc1367 EXPECT_EQ(map[iter.GetKey().GetUInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
1368 iter.GetValueRef().GetUInt32Value()); in ExpectMapFieldsSetViaReflectionIterator()
1414 EXPECT_EQ(map[iter.GetKey().GetUInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
1415 iter.GetValueRef().GetUInt32Value()); in ExpectMapFieldsSetViaReflectionIterator()
Dmap.h161 uint32 GetUInt32Value() const { in GetUInt32Value() function
363 uint32 GetUInt32Value() const { in GetUInt32Value() function
1727 return hash< ::google::protobuf::uint32>()(map_key.GetUInt32Value());
Dmap_field_inl.h55 return map_key.GetUInt32Value();
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc185 return PyInt_FromSize_t(key.GetUInt32Value()); in MapKeyToPython()
210 return PyInt_FromSize_t(value->GetUInt32Value()); in MapValueRefToPython()