Searched defs:commentEnd (Results 1 – 7 of 7) sorted by relevance
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon0afc964b0111::TPrinter414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anon0afc964b0111::TPrinterJSON545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anon0afc964b0111::TPrinterC750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anon0afc964b0111::TPrinterD
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anonbd568ac50111::TPrinter414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anonbd568ac50111::TPrinterJSON545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anonbd568ac50111::TPrinterC750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anonbd568ac50111::TPrinterD
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anonba9c35420111::TPrinter414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anonba9c35420111::TPrinterJSON545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anonba9c35420111::TPrinterC750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anonba9c35420111::TPrinterD
107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon8ed497380111::TPrinter414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anon8ed497380111::TPrinterJSON545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anon8ed497380111::TPrinterC750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anon8ed497380111::TPrinterD
77 commentEnd = " */" const
396 const char* commentEnd = test->fStart; in enumHeaderOut() local898 const char* commentStart, const char* commentEnd) { in structOut()1627 const char* commentEnd = root->fChildren[0]->fStart; in populate() local1670 const char* commentEnd = nextBlock->fStart; in populate() local
2517 const char* commentEnd = parser.strnstr("*/", end); in parseMember() local