| 392 | } |
| 393 | |
| 394 | virtual void AppendString(const std::string& str) { |
| 395 | expected_types_vector.push_back(STR); |
| 396 | ASSERT_OK(union_builder->Append(STR)); |
| 397 | ASSERT_OK(str_builder->Append(str)); |
| 398 | } |
| 399 | |
| 400 | virtual void AppendDouble(double dbl) { |
| 401 | expected_types_vector.push_back(DBL); |