Searched defs:cumulation (Results 1 – 3 of 3) sorted by relevance
15 int cumulation = 0; variable
101 ByteBuf cumulation = cumulator.cumulate(alloc, contiguous, in); in cumulate_notReadableCumulation_replacedWithInputAndReleased() local112 CompositeByteBuf cumulation = (CompositeByteBuf) cumulator.cumulate(alloc, contiguous, in); in cumulate_contiguousCumulation_newCompositeFromContiguousAndInput() local629 CompositeByteBuf cumulation = (CompositeByteBuf) cumulator.cumulate(alloc, composite2, in mergeWithCompositeTail_outOfSyncComposite() local
71 public final ByteBuf cumulate(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf in) { in cumulate()