Searched refs:GetInt64Value (Results 1 – 5 of 5) sorted by relevance
290 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()317 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
1355 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()1356 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()1402 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()1403 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
146 int64 GetInt64Value() const { in GetInt64Value() function348 int64 GetInt64Value() const { in GetInt64Value() function1721 return hash< ::google::protobuf::int64>()(map_key.GetInt64Value());
59 return map_key.GetInt64Value();
183 return PyLong_FromLongLong(key.GetInt64Value()); in MapKeyToPython()208 return PyLong_FromLongLong(value->GetInt64Value()); in MapValueRefToPython()