Searched refs:Guarded (Results 1 – 2 of 2) sorted by relevance
35 class Guarded { class37 Guarded(int i);38 ~Guarded();42 static Guarded mine(a); in guard_variables()85 Guarded g(42); in test_constructor()96 Guarded g(42);
36 BOOL _captureChanging; // Guarded by _captureChangingCondition.