Searched refs:mValid (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMatching.cpp36 that->mValid = true;
76 if (!that->mValid)
90 that->mValid = false;
133 mValid = true;
150 mValid = false;
169 mNull = mValid = false;
176 mNull = mValid = false;
184 mValid = true;
H A DPerformance.cpp233 mUnregistered(false), mEnabled(false), mValid(false), mMachine(machine), mProcess(process),
402 mValid = aValidStats;
/vbox/src/VBox/Main/include/
H A DMatching.h44 ParsedFilter_base() : mValid (false), mNull (true), mErrorPosition (0) {};
46 bool isValid() const { return mNull || mValid; }
71 bool mValid : 1;
98 * This method can modify mNull, mValid and mErrorPosition when
99 * appropriate. Parsing stops if mValid is false after this method
214 mValid = false;
229 mValid = false;
253 mValid = false;
H A DPerformance.h267 bool isValid(ULONG mask) { return (mValid & mask) == mask; };
268 void invalidate(ULONG mask) { mValid &= ~mask; };
311 ULONG mValid; member in class:pm::CollectorGuest
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.h84 bool isValid() { return mValid; }
445 bool mValid; member in class:VBoxGlobal
H A DVBoxGlobal.cpp229 : mValid (false)
366 Assert (mValid);
1709 AssertReturnVoid(mValid);
2148 if (mValid)
4202 mValid = true;
4313 mValid = false;

Completed in 201 milliseconds