|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single lexer token produced while parsing a .proto file. More...
#include <protobuf_lang_tree.h>
Public Attributes | |
| char * | v |
| int | ln |
Represents a single lexer token produced while parsing a .proto file.
| int _protobuf_lang_token_t::ln |
Line number within the .proto file where this token was found.
| char* _protobuf_lang_token_t::v |
The string value of the token as it appears in the .proto source.