Searched refs:getProcessor (Results 1 – 13 of 13) sorted by relevance
92 public JsonParser getProcessor() { in getProcessor() method in JsonParseException93 return super.getProcessor(); in getProcessor()
72 public JsonGenerator getProcessor() { return _processor; } in getProcessor() method in JsonGenerationException
85 public Object getProcessor() { return null; } in getProcessor() method in JsonProcessingException
28 assertSame(p, e.getProcessor()); in testBadDefinition()61 assertNull(e.getProcessor()); in testInvalidFormat()67 assertNull(e.getProcessor()); in testInvalidFormat()
41 assertSame(p, e.getProcessor()); in testAccessToParser()57 assertSame(g, e.getProcessor()); in testAccessToGenerator()
45 inline Processor getProcessor(ParallelLoopDimMapping attr) { in getProcessor() function
281 assertNotNull(e.getProcessor()); in _verifyStringCoerceFail()282 assertSame(p, e.getProcessor()); in _verifyStringCoerceFail()317 JsonParser p = (JsonParser) e.getProcessor(); in _verifyBooleanCoerceFailReason()
246 JsonParser p = (JsonParser) e.getProcessor(); in _verifyBooleanCoerceFailReason()
67 public JsonParser getProcessor() { in getProcessor() method in StreamReadException
392 Object proc0 = ((JsonProcessingException) src).getProcessor(); in wrapWithPath()477 public Object getProcessor() { return _processor; } in getProcessor() method in JsonMappingException
48 gpu::Processor processor = getProcessor(dimAttr); in setMappingAttr()
416 gpu::Processor processor = gpu::getProcessor(annotation); in processParallelLoop()
999 #1225: `JsonMappingException` should override getProcessor()