Searched refs:constructed (Results 1 – 7 of 7) sorted by relevance
43 boolean constructed = BerEncoding.isConstructed(firstIdentifierByte); in readDataValue()65 constructed in readDataValue()89 constructed, in readDataValue()
66 boolean constructed = BerEncoding.isConstructed((byte) firstIdentifierByte); in readDataValue()83 constructed in readDataValue()95 constructed, in readDataValue()
35 boolean constructed, in BerDataValue() argument40 mConstructed = constructed; in BerDataValue()
439 int tagClass, boolean constructed, int tagNumber, byte[]... contents) { in createTag() argument445 (byte) ((tagClass << 6) | (constructed ? 1 << 5 : 0) | tagNumber); in createTag()
42 Once ```TestInfo``` objects have been constructed for all the tests passed in
1169 The Fragmentable Part of the reassembled packet is constructed