Searched refs:getString (Results 1 – 5 of 5) sorted by relevance
39 ffdc["Bus Type"] = i_busType.getString(); in calloutConnected()70 ffdc["Bus Type"] = i_busType.getString(); in calloutBus()94 ffdc["Clock Type"] = i_clockType.getString(); in calloutClock()107 callout["Procedure"] = i_procedure.getString(); in calloutProcedure()108 callout["Priority"] = callout::getString(i_priority); in calloutProcedure()114 ffdc["Procedure"] = i_procedure.getString(); in calloutProcedure()134 throw std::logic_error("Unsupported part type: " + i_part.getString()); in calloutPart()140 ffdc["Part Type"] = i_part.getString(); in calloutPart()171 {callout::getString(callout::Priority::HIGH), 3}, in addCallout()172 {callout::getString(callout::Priority::MED), 2}, in addCallout()[all …]
39 inline std::string getString(Priority i_priority) in getString() function130 std::string getString() const in getString() function in analyzer::callout::Procedure182 std::string getString() const in getString() function in analyzer::callout::BusType229 std::string getString() const in getString() function in analyzer::callout::ClockType278 std::string getString() const in getString() function in analyzer::callout::PartType324 std::string getString() const in getString() function in analyzer::callout::GuardType
22 std::string getString(size_t length) in getString() function32 std::string result = getString(length); in getStringWithSpaces()47 return details::getString(constants::maxPrefixLength); in getMaxPrefix()52 return details::getString(constants::maxIdNameLength); in getMaxId()62 return details::getString(constants::maxPrefixLength + 1); in getTooLongPrefix()67 return details::getString(constants::maxIdNameLength + 1); in getTooLongId()
284 var templateString = paginationTemplate.getString();693 getString: function() {
356 " i_busType=" + i_busType.getString()); in getConnectedTarget()