MOS Source Code
|
#include <alltypes_legacy.h>
Definition at line 70 of file alltypes_legacy.h.
int32_t req_int32 |
Definition at line 71 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t req_int64 |
Definition at line 72 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint32_t req_uint32 |
Definition at line 73 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint64_t req_uint64 |
Definition at line 74 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t req_sint32 |
Definition at line 75 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t req_sint64 |
Definition at line 76 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool req_bool |
Definition at line 77 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint32_t req_fixed32 |
Definition at line 78 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t req_sfixed32 |
Definition at line 79 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
float req_float |
Definition at line 80 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint64_t req_fixed64 |
Definition at line 81 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t req_sfixed64 |
Definition at line 82 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
double req_double |
Definition at line 83 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
char req_string[16] |
Definition at line 84 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
AllTypes_req_bytes_t req_bytes |
Definition at line 85 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
SubMessage req_submsg |
Definition at line 86 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
MyEnum req_enum |
Definition at line 87 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_int32_count |
Definition at line 88 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t rep_int32[5] |
Definition at line 89 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_int64_count |
Definition at line 90 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t rep_int64[5] |
Definition at line 91 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_uint32_count |
Definition at line 92 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint32_t rep_uint32[5] |
Definition at line 93 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_uint64_count |
Definition at line 94 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint64_t rep_uint64[5] |
Definition at line 95 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_sint32_count |
Definition at line 96 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t rep_sint32[5] |
Definition at line 97 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_sint64_count |
Definition at line 98 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t rep_sint64[5] |
Definition at line 99 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_bool_count |
Definition at line 100 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool rep_bool[5] |
Definition at line 101 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_fixed32_count |
Definition at line 102 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint32_t rep_fixed32[5] |
Definition at line 103 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_sfixed32_count |
Definition at line 104 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t rep_sfixed32[5] |
Definition at line 105 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_float_count |
Definition at line 106 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
float rep_float[5] |
Definition at line 107 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_fixed64_count |
Definition at line 108 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint64_t rep_fixed64[5] |
Definition at line 109 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_sfixed64_count |
Definition at line 110 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t rep_sfixed64[5] |
Definition at line 111 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_double_count |
Definition at line 112 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
double rep_double[5] |
Definition at line 113 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_string_count |
Definition at line 114 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
char rep_string[5][16] |
Definition at line 115 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_bytes_count |
Definition at line 116 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
AllTypes_rep_bytes_t rep_bytes[5] |
Definition at line 117 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_submsg_count |
Definition at line 118 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
SubMessage rep_submsg[5] |
Definition at line 119 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_size_t rep_enum_count |
Definition at line 120 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
MyEnum rep_enum[5] |
Definition at line 121 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_int32 |
Definition at line 122 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t opt_int32 |
Definition at line 123 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_int64 |
Definition at line 124 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t opt_int64 |
Definition at line 125 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_uint32 |
Definition at line 126 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint32_t opt_uint32 |
Definition at line 127 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_uint64 |
Definition at line 128 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint64_t opt_uint64 |
Definition at line 129 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_sint32 |
Definition at line 130 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t opt_sint32 |
Definition at line 131 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_sint64 |
Definition at line 132 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t opt_sint64 |
Definition at line 133 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_bool |
Definition at line 134 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool opt_bool |
Definition at line 135 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_fixed32 |
Definition at line 136 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint32_t opt_fixed32 |
Definition at line 137 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_sfixed32 |
Definition at line 138 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t opt_sfixed32 |
Definition at line 139 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_float |
Definition at line 140 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
float opt_float |
Definition at line 141 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_fixed64 |
Definition at line 142 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
uint64_t opt_fixed64 |
Definition at line 143 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_sfixed64 |
Definition at line 144 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int64_t opt_sfixed64 |
Definition at line 145 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_double |
Definition at line 146 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
double opt_double |
Definition at line 147 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_string |
Definition at line 148 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
char opt_string[16] |
Definition at line 149 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_bytes |
Definition at line 150 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
AllTypes_opt_bytes_t opt_bytes |
Definition at line 151 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_submsg |
Definition at line 152 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
SubMessage opt_submsg |
Definition at line 153 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
bool has_opt_enum |
Definition at line 154 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
MyEnum opt_enum |
Definition at line 155 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
int32_t end |
Definition at line 156 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().
pb_extension_t* extensions |
Definition at line 157 of file alltypes_legacy.h.
Referenced by check_alltypes(), main(), and main().