| 386 | int8_t I8 = 8, STR = 13, DBL = 7; |
| 387 | |
| 388 | virtual void AppendInt(int8_t i) { |
| 389 | expected_types_vector.push_back(I8); |
| 390 | ASSERT_OK(union_builder->Append(I8)); |
| 391 | ASSERT_OK(i8_builder->Append(i)); |
| 392 | } |
| 393 | |
| 394 | virtual void AppendString(const std::string& str) { |
| 395 | expected_types_vector.push_back(STR); |