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