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

Describes a protobuf enum type, analogous to google::protobuf::EnumDescriptor in the C++ protobuf library. More...

#include <protobuf_lang_tree.h>

Public Attributes

pbl_node_t basic_info
 
GQueue * values
 
GHashTable * values_by_number
 

Detailed Description

Describes a protobuf enum type, analogous to google::protobuf::EnumDescriptor in the C++ protobuf library.

Member Data Documentation

◆ basic_info

pbl_node_t pbl_enum_descriptor_t::basic_info

Base node info containing the enum's name and source location.

◆ values

GQueue* pbl_enum_descriptor_t::values

Ordered list of pbl_enum_value_descriptor_t entries defined in this enum.

◆ values_by_number

GHashTable* pbl_enum_descriptor_t::values_by_number

Hash table mapping integer enum values to their descriptor entries for fast lookup.


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