Searched refs:CLASS_PRINT_LENGTH (Results 1 – 1 of 1) sorted by relevance
44 constexpr int32_t CLASS_PRINT_LENGTH = 2; variable214 …ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.baseClass <<… in ConcatenateToDescription()215 …ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.subClass << … in ConcatenateToDescription()216 …ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.protocol << … in ConcatenateToDescription()