Home
last modified time | relevance | path

Searched refs:_fixed_length (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DTABLESWITCH.java84 final short _fixed_length = (short) (13 + _match_length * 4); in initFromFile() local
85 setFixed_length(_fixed_length); in initFromFile()
86 super.setLength((short) (_fixed_length + super.getPadding())); in initFromFile()
DLOOKUPSWITCH.java74 final short _fixed_length = (short) (9 + _match_length * 8); in initFromFile() local
75 setFixed_length(_fixed_length); in initFromFile()
/external/flatbuffers/include/flatbuffers/
Didl.h163 EnumDef *_ed = nullptr, uint16_t _fixed_length = 0)
168 fixed_length(_fixed_length) {} in base_type()