Searched refs:parseAndConsumeLong (Results 1 – 1 of 1) sorted by relevance
166 return parseAndConsumeLong(tokenIndex); in nextLong()179 return parseAndConsumeLong(tokenIndex); in nextOptionalLong()189 private long parseAndConsumeLong(int tokenIndex) throws IOException { in parseAndConsumeLong() method in ProcFileReader