MCPcopy Create free account
hub / github.com/devsisters/libquic / token_begin

Method token_begin

src/base/strings/string_tokenizer.h:147–147  ·  view source on GitHub ↗

If GetNext() returned true, then these methods may be used to read the value of the token.

Source from the content-addressed store, hash-verified

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 {

Callers 5

InitMethod · 0.80
ParseContentTypeMethod · 0.80
AssembleRawHeadersMethod · 0.80
GetNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected