Home | History | Annotate | Download | only in lshal

Lines Matching refs:string

29 static const std::string &getArchString(Architecture arch) {
30 static const std::string sStr64 = "64";
31 static const std::string sStr32 = "32";
32 static const std::string sStrBoth = "32+64";
33 static const std::string sStrUnknown = "";
47 static std::string getTitle(TableColumnType type) {
66 std::string TableEntry::getField(TableColumnType type) const {
96 std::string TableEntry::isReleased() const {
97 static const std::string unreleased = Hash::hexString(Hash::kEmptyHash);
106 const std::function<std::string(const std::string&)>& emitDebugInfo) const {
109 std::vector<std::string> row;
128 std::string debugInfo = emitDebugInfo(entry.interfaceName);
154 std::string TableEntry::to_string() const {