DCCL v4
Loading...
Searching...
No Matches
lpb_State Struct Reference

Public Attributes

const pb_Statestate
 
pb_State local
 
pb_Cache cache
 
pb_Buffer buffer
 
pb_Type array_type
 
pb_Type map_type
 
int defs_index
 
int enc_hooks_index
 
int dec_hooks_index
 
unsigned use_dec_hooks: 1
 
unsigned use_enc_hooks: 1
 
unsigned enum_as_value: 1
 
unsigned encode_mode: 2
 
unsigned int64_mode: 2
 
unsigned encode_default_values: 1
 
unsigned decode_default_array: 1
 
unsigned decode_default_message: 1
 
unsigned encode_order: 1
 

Detailed Description

Definition at line 137 of file pb.c.

Member Data Documentation

◆ array_type

pb_Type lpb_State::array_type

Definition at line 142 of file pb.c.

◆ buffer

pb_Buffer lpb_State::buffer

Definition at line 141 of file pb.c.

◆ cache

pb_Cache lpb_State::cache

Definition at line 140 of file pb.c.

◆ dec_hooks_index

int lpb_State::dec_hooks_index

Definition at line 146 of file pb.c.

◆ decode_default_array

unsigned lpb_State::decode_default_array

Definition at line 153 of file pb.c.

◆ decode_default_message

unsigned lpb_State::decode_default_message

Definition at line 154 of file pb.c.

◆ defs_index

int lpb_State::defs_index

Definition at line 144 of file pb.c.

◆ enc_hooks_index

int lpb_State::enc_hooks_index

Definition at line 145 of file pb.c.

◆ encode_default_values

unsigned lpb_State::encode_default_values

Definition at line 152 of file pb.c.

◆ encode_mode

unsigned lpb_State::encode_mode

Definition at line 150 of file pb.c.

◆ encode_order

unsigned lpb_State::encode_order

Definition at line 155 of file pb.c.

◆ enum_as_value

unsigned lpb_State::enum_as_value

Definition at line 149 of file pb.c.

◆ int64_mode

unsigned lpb_State::int64_mode

Definition at line 151 of file pb.c.

◆ local

pb_State lpb_State::local

Definition at line 139 of file pb.c.

◆ map_type

pb_Type lpb_State::map_type

Definition at line 143 of file pb.c.

◆ state

const pb_State* lpb_State::state

Definition at line 138 of file pb.c.

◆ use_dec_hooks

unsigned lpb_State::use_dec_hooks

Definition at line 147 of file pb.c.

◆ use_enc_hooks

unsigned lpb_State::use_enc_hooks

Definition at line 148 of file pb.c.


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