Searched refs:_fixed_length (Results 1 – 3 of 3) sorted by relevance
84 final short _fixed_length = (short) (13 + _match_length * 4); in initFromFile() local85 setFixed_length(_fixed_length); in initFromFile()86 super.setLength((short) (_fixed_length + super.getPadding())); in initFromFile()
74 final short _fixed_length = (short) (9 + _match_length * 8); in initFromFile() local75 setFixed_length(_fixed_length); in initFromFile()
163 EnumDef *_ed = nullptr, uint16_t _fixed_length = 0)168 fixed_length(_fixed_length) {} in base_type()