Home | History | Annotate | Download | only in alltypes_pointer

Lines Matching refs:alltypes

8 #include "alltypes.pb.h"
105 AllTypes alltypes = {0};
107 alltypes.req_int32 = &req_int32;
108 alltypes.req_int64 = &req_int64;
109 alltypes.req_uint32 = &req_uint32;
110 alltypes.req_uint64 = &req_uint64;
111 alltypes.req_sint32 = &req_sint32;
112 alltypes.req_sint64 = &req_sint64;
113 alltypes.req_bool = &req_bool;
114 alltypes.req_fixed32 = &req_fixed32;
115 alltypes.req_sfixed32 = &req_sfixed32;
116 alltypes.req_float = &req_float;
117 alltypes.req_fixed64 = &req_fixed64;
118 alltypes.req_sfixed64 = &req_sfixed64;
119 alltypes.req_double = &req_double;
120 alltypes.req_string = req_string;
121 alltypes.req_bytes = (pb_bytes_array_t*)&req_bytes;
122 alltypes.req_submsg = &req_submsg;
123 alltypes.req_enum = &req_enum;
124 alltypes.req_emptymsg = &req_emptymsg;
125 alltypes.req_limits = &req_limits;
127 alltypes.rep_int32_count = 5; alltypes.rep_int32 = rep_int32;
128 alltypes.rep_int64_count = 5; alltypes.rep_int64 = rep_int64;
129 alltypes.rep_uint32_count = 5; alltypes.rep_uint32 = rep_uint32;
130 alltypes.rep_uint64_count = 5; alltypes.rep_uint64 = rep_uint64;
131 alltypes.rep_sint32_count = 5; alltypes.rep_sint32 = rep_sint32;
132 alltypes.rep_sint64_count = 5; alltypes.rep_sint64 = rep_sint64;
133 alltypes.rep_bool_count = 5; alltypes.rep_bool = rep_bool;
134 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32 = rep_fixed32;
135 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32 = rep_sfixed32;
136 alltypes.rep_float_count = 5; alltypes.rep_float = rep_float;
137 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64 = rep_fixed64;
138 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64 = rep_sfixed64;
139 alltypes.rep_double_count = 5; alltypes.rep_double = rep_double;
140 alltypes.rep_string_count = 5; alltypes.rep_string = rep_string;
141 alltypes.rep_bytes_count = 5; alltypes.rep_bytes = rep_bytes;
142 alltypes.rep_submsg_count = 5; alltypes.rep_submsg = rep_submsg;
143 alltypes.rep_enum_count = 5; alltypes.rep_enum = rep_enum;
144 alltypes.rep_emptymsg_count = 5; alltypes.rep_emptymsg = rep_emptymsg;
149 alltypes.opt_int32 = &opt_int32;
150 alltypes.opt_int64 = &opt_int64;
151 alltypes.opt_uint32 = &opt_uint32;
152 alltypes.opt_uint64 = &opt_uint64;
153 alltypes.opt_sint32 = &opt_sint32;
154 alltypes.opt_sint64 = &opt_sint64;
155 alltypes.opt_bool = &opt_bool;
156 alltypes.opt_fixed32 = &opt_fixed32;
157 alltypes.opt_sfixed32 = &opt_sfixed32;
158 alltypes.opt_float = &opt_float;
159 alltypes.opt_fixed64 = &opt_fixed64;
160 alltypes.opt_sfixed64 = &opt_sfixed64;
161 alltypes.opt_double = &opt_double;
162 alltypes.opt_string = opt_string;
163 alltypes.opt_bytes = (pb_bytes_array_t*)&opt_bytes;
164 alltypes.opt_submsg = &opt_submsg;
165 alltypes.opt_enum = &opt_enum;
166 alltypes.opt_emptymsg = &opt_emptymsg;
169 alltypes.end = &end;
176 if (pb_encode(&stream, AllTypes_fields, &alltypes))