Searched refs:LengthRecordNode (Results 1 – 1 of 1) sorted by relevance
1098 private static class LengthRecordNode { class in PduComposer1104 public LengthRecordNode next = null;1135 private LengthRecordNode stack = null;1137 private LengthRecordNode toCopy = null;1152 final LengthRecordNode temp = new LengthRecordNode(); in newbuf()