Searched defs:inputClass1 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jackson-databind/src/test/java/perf/ |
H A D | ObjectReaderTestBase.java | 22 Object inputValue1, Class<?> inputClass1, in testFromBytes() 44 Object inputValue1, Class<?> inputClass1, in testFromString() 64 protected void doTest(ObjectMapper mapper1, byte[] byteInput1, Class<?> inputClass1, in doTest() 105 protected void doTest(ObjectMapper mapper1, String input1, Class<?> inputClass1, in doTest()
|
H A D | ObjectWriterTestBase.java | 14 String desc1, T1 inputValue1, Class<? extends T1> inputClass1, in test()
|