Searched refs:token_piece (Results 1 – 2 of 2) sorted by relevance
134 StringToInt(tokenizer.token_piece(), &major_version_); in ParseLsbRelease()137 StringToInt(tokenizer.token_piece(), &minor_version_); in ParseLsbRelease()140 StringToInt(tokenizer.token_piece(), &bugfix_version_); in ParseLsbRelease()
148 BasicStringPiece<str> token_piece() const { in token_piece() function