| 431 | int8_t I8 = 8, STR = 13, DBL = 7; |
| 432 | |
| 433 | virtual void AppendInt(int8_t i) { |
| 434 | expected_types_vector.push_back(I8); |
| 435 | ASSERT_OK(union_builder->Append(I8)); |
| 436 | ASSERT_OK(i8_builder->Append(i)); |
| 437 | } |
| 438 | |
| 439 | virtual void AppendString(const std::string& str) { |
| 440 | expected_types_vector.push_back(STR); |