Searched defs:PGOBBInfo (Results 1 – 1 of 1) sorted by relevance
512 struct PGOBBInfo { struct513 PGOBBInfo *Group;514 uint32_t Index;515 uint32_t Rank = 0;517 PGOBBInfo(unsigned IX) : Group(this), Index(IX) {} in PGOBBInfo() function520 std::string infoString() const { in infoString()