| 836 | static const ComprehensionExpr& default_instance(); |
| 837 | |
| 838 | static std::string release(std::string& property) { |
| 839 | std::string result; |
| 840 | result.swap(property); |
| 841 | return result; |
| 842 | } |
| 843 | |
| 844 | static std::unique_ptr<Expr> release(std::unique_ptr<Expr>& property); |
| 845 |