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

#include <alltypes_legacy.h>

+ Collaboration diagram for AllTypes:

Public Attributes

int32_t req_int32
 
int64_t req_int64
 
uint32_t req_uint32
 
uint64_t req_uint64
 
int32_t req_sint32
 
int64_t req_sint64
 
bool req_bool
 
uint32_t req_fixed32
 
int32_t req_sfixed32
 
float req_float
 
uint64_t req_fixed64
 
int64_t req_sfixed64
 
double req_double
 
char req_string [16]
 
AllTypes_req_bytes_t req_bytes
 
SubMessage req_submsg
 
MyEnum req_enum
 
pb_size_t rep_int32_count
 
int32_t rep_int32 [5]
 
pb_size_t rep_int64_count
 
int64_t rep_int64 [5]
 
pb_size_t rep_uint32_count
 
uint32_t rep_uint32 [5]
 
pb_size_t rep_uint64_count
 
uint64_t rep_uint64 [5]
 
pb_size_t rep_sint32_count
 
int32_t rep_sint32 [5]
 
pb_size_t rep_sint64_count
 
int64_t rep_sint64 [5]
 
pb_size_t rep_bool_count
 
bool rep_bool [5]
 
pb_size_t rep_fixed32_count
 
uint32_t rep_fixed32 [5]
 
pb_size_t rep_sfixed32_count
 
int32_t rep_sfixed32 [5]
 
pb_size_t rep_float_count
 
float rep_float [5]
 
pb_size_t rep_fixed64_count
 
uint64_t rep_fixed64 [5]
 
pb_size_t rep_sfixed64_count
 
int64_t rep_sfixed64 [5]
 
pb_size_t rep_double_count
 
double rep_double [5]
 
pb_size_t rep_string_count
 
char rep_string [5][16]
 
pb_size_t rep_bytes_count
 
AllTypes_rep_bytes_t rep_bytes [5]
 
pb_size_t rep_submsg_count
 
SubMessage rep_submsg [5]
 
pb_size_t rep_enum_count
 
MyEnum rep_enum [5]
 
bool has_opt_int32
 
int32_t opt_int32
 
bool has_opt_int64
 
int64_t opt_int64
 
bool has_opt_uint32
 
uint32_t opt_uint32
 
bool has_opt_uint64
 
uint64_t opt_uint64
 
bool has_opt_sint32
 
int32_t opt_sint32
 
bool has_opt_sint64
 
int64_t opt_sint64
 
bool has_opt_bool
 
bool opt_bool
 
bool has_opt_fixed32
 
uint32_t opt_fixed32
 
bool has_opt_sfixed32
 
int32_t opt_sfixed32
 
bool has_opt_float
 
float opt_float
 
bool has_opt_fixed64
 
uint64_t opt_fixed64
 
bool has_opt_sfixed64
 
int64_t opt_sfixed64
 
bool has_opt_double
 
double opt_double
 
bool has_opt_string
 
char opt_string [16]
 
bool has_opt_bytes
 
AllTypes_opt_bytes_t opt_bytes
 
bool has_opt_submsg
 
SubMessage opt_submsg
 
bool has_opt_enum
 
MyEnum opt_enum
 
int32_t end
 
pb_extension_t * extensions
 

Detailed Description

Definition at line 70 of file alltypes_legacy.h.

Member Data Documentation

◆ req_int32

int32_t req_int32

Definition at line 71 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_int64

int64_t req_int64

Definition at line 72 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_uint32

uint32_t req_uint32

Definition at line 73 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_uint64

uint64_t req_uint64

Definition at line 74 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_sint32

int32_t req_sint32

Definition at line 75 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_sint64

int64_t req_sint64

Definition at line 76 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_bool

bool req_bool

Definition at line 77 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_fixed32

uint32_t req_fixed32

Definition at line 78 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_sfixed32

int32_t req_sfixed32

Definition at line 79 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_float

float req_float

Definition at line 80 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_fixed64

uint64_t req_fixed64

Definition at line 81 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_sfixed64

int64_t req_sfixed64

Definition at line 82 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_double

double req_double

Definition at line 83 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_string

char req_string[16]

Definition at line 84 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_bytes

AllTypes_req_bytes_t req_bytes

Definition at line 85 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_submsg

SubMessage req_submsg

Definition at line 86 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ req_enum

MyEnum req_enum

Definition at line 87 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_int32_count

pb_size_t rep_int32_count

Definition at line 88 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_int32

int32_t rep_int32[5]

Definition at line 89 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_int64_count

pb_size_t rep_int64_count

Definition at line 90 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_int64

int64_t rep_int64[5]

Definition at line 91 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_uint32_count

pb_size_t rep_uint32_count

Definition at line 92 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_uint32

uint32_t rep_uint32[5]

Definition at line 93 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_uint64_count

pb_size_t rep_uint64_count

Definition at line 94 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_uint64

uint64_t rep_uint64[5]

Definition at line 95 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sint32_count

pb_size_t rep_sint32_count

Definition at line 96 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sint32

int32_t rep_sint32[5]

Definition at line 97 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sint64_count

pb_size_t rep_sint64_count

Definition at line 98 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sint64

int64_t rep_sint64[5]

Definition at line 99 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_bool_count

pb_size_t rep_bool_count

Definition at line 100 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_bool

bool rep_bool[5]

Definition at line 101 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_fixed32_count

pb_size_t rep_fixed32_count

Definition at line 102 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_fixed32

uint32_t rep_fixed32[5]

Definition at line 103 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sfixed32_count

pb_size_t rep_sfixed32_count

Definition at line 104 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sfixed32

int32_t rep_sfixed32[5]

Definition at line 105 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_float_count

pb_size_t rep_float_count

Definition at line 106 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_float

float rep_float[5]

Definition at line 107 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_fixed64_count

pb_size_t rep_fixed64_count

Definition at line 108 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_fixed64

uint64_t rep_fixed64[5]

Definition at line 109 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sfixed64_count

pb_size_t rep_sfixed64_count

Definition at line 110 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_sfixed64

int64_t rep_sfixed64[5]

Definition at line 111 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_double_count

pb_size_t rep_double_count

Definition at line 112 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_double

double rep_double[5]

Definition at line 113 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_string_count

pb_size_t rep_string_count

Definition at line 114 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_string

char rep_string[5][16]

Definition at line 115 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_bytes_count

pb_size_t rep_bytes_count

Definition at line 116 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_bytes

AllTypes_rep_bytes_t rep_bytes[5]

Definition at line 117 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_submsg_count

pb_size_t rep_submsg_count

Definition at line 118 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_submsg

SubMessage rep_submsg[5]

Definition at line 119 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_enum_count

pb_size_t rep_enum_count

Definition at line 120 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ rep_enum

MyEnum rep_enum[5]

Definition at line 121 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_int32

bool has_opt_int32

Definition at line 122 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_int32

int32_t opt_int32

Definition at line 123 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_int64

bool has_opt_int64

Definition at line 124 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_int64

int64_t opt_int64

Definition at line 125 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_uint32

bool has_opt_uint32

Definition at line 126 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_uint32

uint32_t opt_uint32

Definition at line 127 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_uint64

bool has_opt_uint64

Definition at line 128 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_uint64

uint64_t opt_uint64

Definition at line 129 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_sint32

bool has_opt_sint32

Definition at line 130 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_sint32

int32_t opt_sint32

Definition at line 131 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_sint64

bool has_opt_sint64

Definition at line 132 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_sint64

int64_t opt_sint64

Definition at line 133 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_bool

bool has_opt_bool

Definition at line 134 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_bool

bool opt_bool

Definition at line 135 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_fixed32

bool has_opt_fixed32

Definition at line 136 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_fixed32

uint32_t opt_fixed32

Definition at line 137 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_sfixed32

bool has_opt_sfixed32

Definition at line 138 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_sfixed32

int32_t opt_sfixed32

Definition at line 139 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_float

bool has_opt_float

Definition at line 140 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_float

float opt_float

Definition at line 141 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_fixed64

bool has_opt_fixed64

Definition at line 142 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_fixed64

uint64_t opt_fixed64

Definition at line 143 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_sfixed64

bool has_opt_sfixed64

Definition at line 144 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_sfixed64

int64_t opt_sfixed64

Definition at line 145 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_double

bool has_opt_double

Definition at line 146 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_double

double opt_double

Definition at line 147 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_string

bool has_opt_string

Definition at line 148 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_string

char opt_string[16]

Definition at line 149 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_bytes

bool has_opt_bytes

Definition at line 150 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_bytes

AllTypes_opt_bytes_t opt_bytes

Definition at line 151 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_submsg

bool has_opt_submsg

Definition at line 152 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_submsg

SubMessage opt_submsg

Definition at line 153 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ has_opt_enum

bool has_opt_enum

Definition at line 154 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ opt_enum

MyEnum opt_enum

Definition at line 155 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ end

int32_t end

Definition at line 156 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().

◆ extensions

pb_extension_t* extensions

Definition at line 157 of file alltypes_legacy.h.

Referenced by check_alltypes(), main(), and main().


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