MOS Source Code
Loading...
Searching...
No Matches
pb_extension_type_t Struct Reference

#include <pb.h>

Public Attributes

bool(* decode )(pb_istream_t *stream, pb_extension_t *extension, uint32_t tag, pb_wire_type_t wire_type)
 
bool(* encode )(pb_ostream_t *stream, const pb_extension_t *extension)
 
const voidarg
 

Detailed Description

Definition at line 436 of file pb.h.

Member Data Documentation

◆ decode

bool(* decode)(pb_istream_t *stream, pb_extension_t *extension, uint32_t tag, pb_wire_type_t wire_type)

Definition at line 443 of file pb.h.

◆ encode

bool(* encode)(pb_ostream_t *stream, const pb_extension_t *extension)

Definition at line 452 of file pb.h.

◆ arg

const void * arg

Definition at line 455 of file pb.h.


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