| 105 | } |
| 106 | |
| 107 | bool ConsumePrefix(StringPiece* s, StringPiece expected) { |
| 108 | return absl::ConsumePrefix(s, expected); |
| 109 | } |
| 110 | |
| 111 | bool ConsumeSuffix(StringPiece* s, StringPiece expected) { |
| 112 | return absl::ConsumeSuffix(s, expected); |
no outgoing calls