Searched refs:PB_HTYPE (Results 1 – 4 of 4) sorted by relevance
357 PB_HTYPE(iter->pos->type) == PB_HTYPE_REPEATED) in pb_field_next()369 if (PB_HTYPE(iter->pos->type) == PB_HTYPE_REQUIRED) in pb_field_next()417 switch (PB_HTYPE(type)) in decode_static_field()518 switch (PB_HTYPE(type)) in decode_pointer_field()746 if (PB_HTYPE(type) == PB_HTYPE_OPTIONAL) in pb_message_set_to_defaults()752 else if (PB_HTYPE(type) == PB_HTYPE_REPEATED) in pb_message_set_to_defaults()781 if (PB_HTYPE(type) == PB_HTYPE_REPEATED) in pb_message_set_to_defaults()850 if (PB_HTYPE(iter.pos->type) == PB_HTYPE_REQUIRED in pb_decode_noinit()875 if (PB_HTYPE(last_type) == PB_HTYPE_REQUIRED && iter.pos->tag != 0) in pb_decode_noinit()937 if (PB_HTYPE(type) == PB_HTYPE_REPEATED && in pb_release()[all …]
75 Separate PB_HTYPE to PB_ATYPE and PB_HTYPE
225 switch (PB_HTYPE(field->type)) in encode_basic_field()352 PB_HTYPE(field->type) == PB_HTYPE_REPEATED) in pb_encode()
183 #define PB_HTYPE(x) ((x) & PB_HTYPE_MASK) macro