Home | History | Annotate | Download | only in file

Lines Matching refs:annotateTo

225      * Only one of {@code printTo} or {@code annotateTo} should
230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
233 AnnotatedOutput annotateTo) {
236 boolean consume = (annotateTo != null);
243 annotateTo.annotate(0, prefix + "tries:");
256 annotateTo.annotate(amt1, s1);
257 annotateTo.annotate(amt2, s2);
269 annotateTo.annotate(0, prefix + "handlers:");
270 annotateTo.annotate(encodedHandlerHeaderSize,
283 offset - lastOffset, subPrefix, printTo, annotateTo);
292 subPrefix, printTo, annotateTo);
304 * @param annotateTo {@code non-null;} where to annotate to
308 AnnotatedOutput annotateTo) {
315 annotateTo.annotate(size, s);