Searched defs:FeedbackInfo (Results 1 – 1 of 1) sorted by relevance
72 struct FeedbackInfo { struct75 bool operator==(const FeedbackInfo &RHS) const { return Type == RHS.Type; } argument