Searched refs:GetAttributeName (Results 1 – 2 of 2) sorted by relevance
79 cout << i << " (" << GetAttributeName(i) << ")" << "\n"; in DisplayAttributes()99 << " (" << GetAttributeName(bitNum) << ")" << endl; in ShowAttributes()136 tempAttr = GetAttributeName(bitNum); in ListAttributes()138 cout << bitNum << ": " << Attributes::GetAttributeName(bitNum) << "\n"; in ListAttributes()
35 static const string& GetAttributeName(const uint32_t bitNum) {return atNames [bitNum];} in GetAttributeName() function