Searched refs:LongInfo (Results 1 – 3 of 3) sorted by relevance
97 public static final int CONST_Long = LongInfo.tag;520 else if (constInfo instanceof LongInfo) in getLdcValue()559 LongInfo i = (LongInfo)getItem(index); in getLongInfo()934 int i = addItem(new LongInfo(l)); in addLongInfo()1034 if ((tag == LongInfo.tag) || (tag == DoubleInfo.tag)) { in read()1064 case LongInfo.tag : // 5 in readOne()1065 info = new LongInfo(in); in readOne()1483 class LongInfo extends ConstInfo { class1487 public LongInfo(long l) { in LongInfo() method in LongInfo1491 public LongInfo(DataInputStream in) throws IOException { in LongInfo() method in LongInfo
691 output.write(LongInfo.tag); in addLongInfo()
178 const bool LongInfo() const { return long_info_; } in LongInfo() function245 if (!fstinfo.LongInfo()) {