| 630 | } |
| 631 | |
| 632 | std::string GetStringValue(void *head) const override { |
| 633 | std::ostringstream os; |
| 634 | PrintValue(os, this->Get(head)); |
| 635 | return os.str(); |
| 636 | } |
| 637 | ParamFieldInfo GetFieldInfo() const override { |
| 638 | ParamFieldInfo info; |
| 639 | std::ostringstream os; |
no test coverage detected