Searched refs:r_txt_printer (Results 1 – 3 of 3) sorted by relevance
243 Printer* r_txt_printer) { in ProcessStyleable() argument349 if (r_txt_printer != nullptr) { in ProcessStyleable()350 r_txt_printer->Print("int[] styleable ").Print(array_field_name).Print(" {"); in ProcessStyleable()373 if (r_txt_printer != nullptr) { in ProcessStyleable()375 r_txt_printer->Print(","); in ProcessStyleable()377 r_txt_printer->Print(" ").Print(r_txt_contents); in ProcessStyleable()381 if (r_txt_printer != nullptr) { in ProcessStyleable()382 r_txt_printer->Println(" }"); in ProcessStyleable()443 if (r_txt_printer != nullptr) { in ProcessStyleable()444 r_txt_printer->Println( in ProcessStyleable()[all …]
96 text::Printer* r_txt_printer);102 MethodDefinition* out_rewrite_method, text::Printer* r_txt_printer);110 text::Printer* r_txt_printer);
255 Printer r_txt_printer(&fout_text); in CompileTable() local264 r_txt_printer.Print("default "); in CompileTable()267 r_txt_printer.Print("public "); in CompileTable()270 r_txt_printer.Print("private "); in CompileTable()274 r_txt_printer.Print("int "); in CompileTable()275 r_txt_printer.Print(type->named_type.to_string()); in CompileTable()276 r_txt_printer.Print(" "); in CompileTable()277 r_txt_printer.Println(entry->name); in CompileTable()279 r_txt_printer.Print("int[] styleable "); in CompileTable()280 r_txt_printer.Println(entry->name); in CompileTable()[all …]