| 437 | } |
| 438 | |
| 439 | virtual void AppendString(const std::string& str) { |
| 440 | expected_types_vector.push_back(STR); |
| 441 | ASSERT_OK(union_builder->Append(STR)); |
| 442 | ASSERT_OK(str_builder->Append(str)); |
| 443 | } |
| 444 | |
| 445 | virtual void AppendDouble(double dbl) { |
| 446 | expected_types_vector.push_back(DBL); |