| 553 | static const StructExpr& default_instance(); |
| 554 | |
| 555 | static std::string release(std::string& property) { |
| 556 | std::string result; |
| 557 | result.swap(property); |
| 558 | return result; |
| 559 | } |
| 560 | |
| 561 | std::string name_; |
| 562 | std::vector<StructExprField> fields_; |