Searched refs:GetUInt32Value (Results 1 – 7 of 7) sorted by relevance
78 uint32_t NaClBitcodeHeaderField::GetUInt32Value() const { in GetUInt32Value() function in NaClBitcodeHeaderField146 ss << GetUInt32Value(); in Contents()337 PNaClVersion = Field->GetUInt32Value(); in InstallFields()
124 uint32_t GetUInt32Value() const;
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() function1706 return hash< ::google::protobuf::uint32>()(map_key.GetUInt32Value());
55 return map_key.GetUInt32Value();
186 return PyInt_FromSize_t(key.GetUInt32Value()); in MapKeyToPython()211 return PyInt_FromSize_t(value->GetUInt32Value()); in MapValueRefToPython()