Searched defs:LongInfo (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dinfo-impl.h178 const bool LongInfo() const { return long_info_; } function in class:fst::FstInfo
245 if (!fstinfo.LongInfo()) {
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java97 public static final int CONST_Long = LongInfo.tag;
520 else if (constInfo instanceof LongInfo)
559 LongInfo i = (LongInfo)getItem(index);
934 int i = addItem(new LongInfo(l));
1034 if ((tag == LongInfo.tag) || (tag == DoubleInfo.tag)) {
1064 case LongInfo.tag : // 5
1065 info = new LongInfo(in);
1152 /* padding following DoubleInfo or LongInfo.
1483 class LongInfo extend class in inherits:ConstInfo
1487 public LongInfo(long l) { method in class:LongInfo
1491 public LongInfo(DataInputStream in) throws IOException { method in class:LongInfo
[all...]

Completed in 249 milliseconds