Lines Matching defs:comment
791 void Gate::Print(std::string additionOp, bool inListPreview, size_t highlightIdx, std::string_view comment) const
793 LOG_COMPILER(INFO) << ToString(additionOp, inListPreview, highlightIdx, comment);
868 static void DumpComment(std::ostringstream &oss, std::string_view comment)
870 oss << ", \"comment\":\"" << comment << "\"";
874 std::string_view comment) const
886 if (!comment.empty()) {
887 DumpComment(oss, comment);
1010 void Gate::PrintWithBytecode(std::string_view comment) const
1012 PrintGateWithAdditionOp(GetBytecodeStr(), comment);
1015 void Gate::PrintGateWithAdditionOp(std::string additionOp, std::string_view comment) const
1017 Print(additionOp, false, -1, comment);