| 168 | |
| 169 | template <typename MemoTable> |
| 170 | void AssertGetOrInsertNull(MemoTable& table, int32_t expected) { |
| 171 | ASSERT_EQ(table.GetOrInsertNull(), expected); |
| 172 | } |
| 173 | |
| 174 | TEST(ScalarMemoTable, Int64) { |
| 175 | const int64_t A = 1234, B = 0, C = -98765321, D = 12345678901234LL, E = -1, F = 1, |