Lines Matching full:bool
35 bool Status = false;
38 bool VerifyRuntimeLibraries = false;
39 bool SyncOnClassInitialization = false;
43 bool UpdateOnExit = false;
47 bool RegChanges = false;
48 bool Context = false;
49 bool TypeSystem = false;
52 bool UndefinedClass = false;
53 bool UndefinedMethod = false;
54 bool UndefinedField = false;
55 bool UndefinedType = false;
56 bool UndefinedString = false;
57 bool MethodAccessViolation = false;
58 bool ErrorInExceptionHandler = false;
59 bool PermanentRuntimeException = false;
60 bool FieldAccessViolation = false;
61 bool WrongSubclassingInMethodArgs = false;
76 bool IsEnabled() const in IsEnabled()
81 bool IsOnlyVerify() const in IsOnlyVerify()