#include <tokenizer.h>
Public Attributes | |
ColumnNumber | column |
ColumnNumber | end_column |
int | line |
std::string | text |
TokenType | type |
Definition at line 127 of file bloaty/third_party/protobuf/src/google/protobuf/io/tokenizer.h.
ColumnNumber google::protobuf::io::Tokenizer::Token::column |
Definition at line 136 of file bloaty/third_party/protobuf/src/google/protobuf/io/tokenizer.h.
ColumnNumber google::protobuf::io::Tokenizer::Token::end_column |
Definition at line 137 of file bloaty/third_party/protobuf/src/google/protobuf/io/tokenizer.h.
int google::protobuf::io::Tokenizer::Token::line |
Definition at line 135 of file bloaty/third_party/protobuf/src/google/protobuf/io/tokenizer.h.
std::string google::protobuf::io::Tokenizer::Token::text |
Definition at line 129 of file bloaty/third_party/protobuf/src/google/protobuf/io/tokenizer.h.
TokenType google::protobuf::io::Tokenizer::Token::type |
Definition at line 128 of file bloaty/third_party/protobuf/src/google/protobuf/io/tokenizer.h.