Home
last modified time | relevance | path

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

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