Searched refs:GetUInt64Value (Results 1 – 6 of 6) sorted by relevance
296 reflection->SetUInt64(new_entry, key_des, map_key.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()323 reflection->SetUInt64(new_entry, val_des, map_val.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
1379 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()1380 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()1426 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()1427 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
151 uint64 GetUInt64Value() const { in GetUInt64Value() function353 uint64 GetUInt64Value() const { in GetUInt64Value() function1725 return hash< ::google::protobuf::uint64>()(map_key.GetUInt64Value());
63 return map_key.GetUInt64Value();
224 EXPECT_DEATH(key.GetUInt64Value(), in TEST_P()
187 return PyLong_FromUnsignedLongLong(key.GetUInt64Value()); in MapKeyToPython()212 return PyLong_FromUnsignedLongLong(value->GetUInt64Value()); in MapValueRefToPython()