• Home
  • Raw
  • Download

Lines Matching refs:to_string

267 …    CheckFailed("Number of state out branches is not valid (expected:" + std::to_string(expected) +  in CheckStateOutput()
268 " actual:" + std::to_string(cnt) + ")", -1); in CheckStateOutput()
318 std::to_string(GetInGateConst(0)->GetNumIns()) + in CheckSelector()
319 " actual:" + std::to_string(GetNumIns() - 1) + ")", in CheckSelector()
323 std::to_string(GetInGateConst(0)->GetNumIns()) + in CheckSelector()
324 " actual:" + std::to_string(GetNumIns() - 1) + ")", in CheckSelector()
706 return "MachineType-" + std::to_string(machineType); in MachineTypeStr()
727 return name + std::string("-GT(M=") + std::to_string(m) + in GateTypeStr()
728 std::string(", L=") + std::to_string(l) + std::string(")"); in GateTypeStr()
735 …std::string log("{\"id\":" + std::to_string(id_) + ", \"op\":\"" + GateMetaData::Str(opcode) + "\"… in Print()
745 log += "stamp=" + std::to_string(static_cast<uint32_t>(stamp_)) + ", "; in Print()
746 log += "mark=" + std::to_string(static_cast<uint32_t>(mark_)) + ", "; in Print()
776 log += std::to_string(curOut->GetGateConst()->GetId()) + in Print()
781 log += ", " + std::to_string(curOut->GetGateConst()->GetId()) + in Print()
795 …std::string log("(\"id\"=" + std::to_string(id_) + ", \"op\"=\"" + GateMetaData::Str(opcode) + "\"… in ShortPrint()
832 log += std::to_string(curOut->GetGateConst()->GetId()) + in ShortPrint()
837 log += ", " + std::to_string(curOut->GetGateConst()->GetId()) + in ShortPrint()
856 : (std::to_string(GetInGateConst(idx)->GetId()) + in PrintInGate()