Searched defs:commentEnd (Results 1 – 6 of 6) sorted by relevance
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anonbd679e6f0111::TPrinter414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anonbd679e6f0111::TPrinterJSON545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anonbd679e6f0111::TPrinterC750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anonbd679e6f0111::TPrinterD
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon2420adf20111::TPrinter417 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anon2420adf20111::TPrinterJSON551 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anon2420adf20111::TPrinterC773 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anon2420adf20111::TPrinterD
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anonee46feb80111::TPrinter417 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anonee46feb80111::TPrinterJSON551 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anonee46feb80111::TPrinterC773 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anonee46feb80111::TPrinterD
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon968d2a6c0111::TPrinter417 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anon968d2a6c0111::TPrinterJSON596 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anon968d2a6c0111::TPrinterC818 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anon968d2a6c0111::TPrinterD
77 commentEnd = " */" const
93 commentEnd = " */" const