Searched defs:ExpectedData (Results 1 – 5 of 5) sorted by relevance
191 struct ExpectedData { struct192 DirectiveList Errors;193 DirectiveList Warnings;194 DirectiveList Remarks;195 DirectiveList Notes;197 void Reset() { in Reset()
108 uint8_t ExpectedData = 2 + (i % 254); in TEST() local163 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
216 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
28 typedef VerifyDiagnosticConsumer::ExpectedData ExpectedData; typedef