Searched refs:PB_WT_PACKED (Results 1 – 4 of 4) sorted by relevance
400 if (wire_type != PB_WT_VARINT && wire_type != PB_WT_PACKED) in decode_basic_field()408 if (wire_type != PB_WT_VARINT && wire_type != PB_WT_PACKED) in decode_basic_field()414 if (wire_type != PB_WT_32BIT && wire_type != PB_WT_PACKED) in decode_basic_field()420 if (wire_type != PB_WT_64BIT && wire_type != PB_WT_PACKED) in decode_basic_field()493 if (!decode_basic_field(&substream, PB_WT_PACKED, field)) in decode_static_field()715 if (!decode_basic_field(&substream, PB_WT_PACKED, field)) in decode_pointer_field()
417 PB_WT_PACKED = 255 /* PB_WT_PACKED is internal marker for packed arrays. */ enumerator
47 Move PB_WT_PACKED definition to the header to fix compiler warnings (#671)