Searched refs:writePrimitiveIntAs (Results 1 – 1 of 1) sorted by relevance
2033 private void writePrimitiveIntAs(final StackFrameWriter writer, char baseType, int value) in writePrimitiveIntAs() method in Transformers.AsTypeAdapter2177 writePrimitiveIntAs(writer, toBaseType, reader.nextInt()); in adaptArgument()2223 writePrimitiveIntAs(writer, toChar, ((Integer) value).intValue()); in adaptArgument()