Searched refs:GetUInt32Value (Results 1 – 5 of 5) sorted by relevance
299 reflection->SetUInt32(new_entry, key_des, map_key.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()326 reflection->SetUInt32(new_entry, val_des, map_val.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()
1367 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()
161 uint32 GetUInt32Value() const { in GetUInt32Value() function363 uint32 GetUInt32Value() const { in GetUInt32Value() function1727 return hash< ::google::protobuf::uint32>()(map_key.GetUInt32Value());
55 return map_key.GetUInt32Value();
185 return PyInt_FromSize_t(key.GetUInt32Value()); in MapKeyToPython()210 return PyInt_FromSize_t(value->GetUInt32Value()); in MapValueRefToPython()