Home
last modified time | relevance | path

Searched defs:lastChunkEntries (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DObjectBuffer.java132 public Object[] completeAndClearBuffer(Object[] lastChunk, int lastChunkEntries) in completeAndClearBuffer()
149 …public <T> T[] completeAndClearBuffer(Object[] lastChunk, int lastChunkEntries, Class<T> component… in completeAndClearBuffer()
159 …public void completeAndClearBuffer(Object[] lastChunk, int lastChunkEntries, List<Object> resultLi… in completeAndClearBuffer()
208 Object[] lastChunk, int lastChunkEntries) in _copyTo()
DPrimitiveArrayBuilder.java85 public T completeAndClearBuffer(T lastChunk, int lastChunkEntries) in completeAndClearBuffer()