Searched refs:copyCurrentEvent (Results 1 – 10 of 10) sorted by relevance
29 gen.copyCurrentEvent(jp); in testCopyRootTokens()49 gen.copyCurrentEvent(jp); in testCopyArrayTokens()
460 public void copyCurrentEvent(JsonParser p) throws IOException { in copyCurrentEvent() method in JsonGeneratorDelegate461 if (delegateCopyMethods) delegate.copyCurrentEvent(p); in copyCurrentEvent()462 else super.copyCurrentEvent(p); in copyCurrentEvent()
41 tb.copyCurrentEvent(jp); in testTokenBuffer()
71 g.copyCurrentEvent(p); in _assert()
151 g.copyCurrentEvent(p); in _copyJson()
454 g.copyCurrentEvent(p); in readAndWrite()
415 del.copyCurrentEvent(p); in testDelegateCopyMethods()421 del.copyCurrentEvent(p); in testDelegateCopyMethods()
1913 public void copyCurrentEvent(JsonParser p) throws IOException in copyCurrentEvent() method in JsonGenerator2036 copyCurrentEvent(p); in copyCurrentStructure()
318 tb.copyCurrentEvent(p); in testWithJSONSampleDoc()
1029 public void copyCurrentEvent(JsonParser p) throws IOException in copyCurrentEvent() method in TokenBuffer