Searched defs:ValidateFlag (Results 1 – 2 of 2) sorted by relevance
294 bool BMPDecompressor::ValidateFlag() const { in ValidateFlag() function in BMPDecompressor
41 enum ValidateFlag : bool { kValidate = true, kNoValidate = false }; enum