If GetNext() returned true, then these methods may be used to read the value of the token.
| 145 | // If GetNext() returned true, then these methods may be used to read the |
| 146 | // value of the token. |
| 147 | const_iterator token_begin() const { return token_begin_; } |
| 148 | const_iterator token_end() const { return token_end_; } |
| 149 | str token() const { return str(token_begin_, token_end_); } |
| 150 | base::StringPiece token_piece() const { |
no outgoing calls
no test coverage detected