Searched refs:stringLiteralWithDoubleQuotes (Results 1 – 3 of 3) sorted by relevance
73 assertEquals("\"" + expected + "\"", Util.stringLiteralWithDoubleQuotes(value, indent)); in stringLiteral()
36 import static com.squareup.javapoet.Util.stringLiteralWithDoubleQuotes;233 ? stringLiteralWithDoubleQuotes(string, indent) in emit()
106 static String stringLiteralWithDoubleQuotes(String value, String indent) { in stringLiteralWithDoubleQuotes() method in Util