Searched refs:shortened (Results 1 – 1 of 1) sorted by relevance
1349 std::string shortened; in miniDump() local1350 shortened.append(mName.string(), 36); in miniDump()1351 shortened.append("[...]"); in miniDump()1352 shortened.append(mName.string() + (mName.length() - 36), 36); in miniDump()1353 name = shortened; in miniDump()