Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_protobuf_lang_token_t Struct Reference

Represents a single lexer token produced while parsing a .proto file. More...

#include <protobuf_lang_tree.h>

Public Attributes

char * v
 
int ln
 

Detailed Description

Represents a single lexer token produced while parsing a .proto file.

Member Data Documentation

◆ ln

int _protobuf_lang_token_t::ln

Line number within the .proto file where this token was found.

◆ v

char* _protobuf_lang_token_t::v

The string value of the token as it appears in the .proto source.


The documentation for this struct was generated from the following file: