Searched defs:writeLiteral (Results 1 – 10 of 10) sorted by relevance
161 fun writeLiteral(token: KDocToken) { in writeLiteral() method
254 void writeLiteral(Token token) { in writeLiteral() method in JavadocWriter
505 protected void writeLiteral(IndentingWriter writer) throws IOException { in writeLiteral() method in InstructionMethodItem
484 protected void writeLiteral(BaksmaliWriter writer) throws IOException { in writeLiteral() method in InstructionMethodItem
1367 void writeLiteral(String text) throws IOException { in writeLiteral() method in Emitter
1098 void GLSLCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::GLSLCodeGenerator
999 void WGSLCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::WGSLCodeGenerator
1939 void MetalCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::MetalCodeGenerator
3347 SpvId SPIRVCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::SPIRVCodeGenerator3351 SpvId SPIRVCodeGenerator::writeLiteral(double value, const Type& type) { in writeLiteral() function in SkSL::SPIRVCodeGenerator
1626 Value SkVMGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::SkVMGenerator