Searched defs:OptReportLocationItemInfo (Results 1 – 1 of 1) sorted by relevance
71 struct OptReportLocationItemInfo { struct72 bool Analyzed = false;73 bool Transformed = false;75 OptReportLocationItemInfo &operator |= ( in operator |=()83 bool operator < (const OptReportLocationItemInfo &RHS) const { in operator <()