| 294 | } |
| 295 | |
| 296 | bool ConsumeInOutRefClose(StringPiece* sp) { |
| 297 | return Scanner(*sp).OneLiteral(")").AnySpace().GetResult(sp); |
| 298 | } |
| 299 | |
| 300 | bool ConsumeInOutNameOrType(StringPiece* sp, StringPiece* out) { |
| 301 | return Scanner(*sp) |
no test coverage detected