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

Descriptor for a single parsed .proto source file. More...

#include <protobuf_lang_tree.h>

Public Attributes

const char * filename
 
int syntax_version
 
const char * package_name
 
int package_name_lineno
 
pbl_descriptor_pool_tpool
 

Detailed Description

Descriptor for a single parsed .proto source file.

Member Data Documentation

◆ filename

const char* pbl_file_descriptor_t::filename

Path to the .proto file as provided to the descriptor pool

◆ package_name

const char* pbl_file_descriptor_t::package_name

Package name declared in the file, or NULL if absent

◆ package_name_lineno

int pbl_file_descriptor_t::package_name_lineno

Line number of the package declaration within the file

◆ pool

pbl_descriptor_pool_t* pbl_file_descriptor_t::pool

Descriptor pool that owns this file descriptor

◆ syntax_version

int pbl_file_descriptor_t::syntax_version

Proto syntax version declared in the file (2 or 3)


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