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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefHeader.java51 private long chars; field in class:XrefHeader
84 * @param chars number of characters in the [compressed] data section.
86 public XrefHeader(Genre genre, boolean compressed, int lines, long chars) { argument
94 this.chars = chars;
109 bb.putLong(chars);
136 this.chars = bb.getLong();
186 return chars;
196 this.chars = size < 0 ? -1L : size;
246 + ", Characters=" + (chars <
[all...]
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 18 milliseconds