Searched refs:BLOCK_SESSIONINFO (Results 1 - 2 of 2) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
H A DExecutionDataWriter.java36 public static final byte BLOCK_SESSIONINFO = 0x10; field in class:ExecutionDataWriter
83 out.writeByte(BLOCK_SESSIONINFO);
H A DExecutionDataReader.java109 case ExecutionDataWriter.BLOCK_SESSIONINFO:

Completed in 182 milliseconds