Home
last modified time | relevance | path

Searched refs:token_piece (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dsys_info_chromeos.cc134 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()
/external/libchrome/base/strings/
Dstring_tokenizer.h148 BasicStringPiece<str> token_piece() const { in token_piece() function