Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/test/java/perf/
H A DObjectReaderTestBase.java22 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 DObjectWriterTestBase.java14 String desc1, T1 inputValue1, Class<? extends T1> inputClass1, in test()