Searched defs:OptReportLocationItemInfo (Results 1 – 1 of 1) sorted by relevance
68 struct OptReportLocationItemInfo { struct69 bool Analyzed = false;70 bool Transformed = false;72 OptReportLocationItemInfo &operator |= ( in operator |=()80 bool operator < (const OptReportLocationItemInfo &RHS) const { in operator <()