| 498 | } |
| 499 | |
| 500 | impl::NodeMatcherProperties impl::Attr(std::pair<string, AttrValue> attr) { |
| 501 | impl::NodeMatcherProperties props; |
| 502 | props.set_attr(std::move(attr)); |
| 503 | return props; |
| 504 | } |
| 505 | |
| 506 | impl::NodeMatcherProperties impl::Attr(string name) { |
| 507 | impl::NodeMatcherProperties props; |