Lines Matching full:static
36 static void ReportSuccess(int);
45 static void TrackAllocations( bool );
46 static bool TrackingEnabled();
50 static void BeginLeakDetection();
53 static bool LeakDetectionEnabled();
57 static bool ReportLeaked();
64 static void TurnOffExceptions();
67 static void SetFailureCountdown( long n );
70 static void CancelFailureCountdown();
74 static void maybe_fail(long);
82 static void SetCurrentTestCategory( const char* str );
85 static void SetCurrentContainer( const char* str );
88 static void SetCurrentTestName(const char* str);
91 static void SetVerbose(bool val);
96 static void ClearAllocationSet();
97 static void EndLeakDetection();
98 static void PrintTestName( bool err=false );
100 static long& Failure_threshold();
101 static long possible_failure_count;
102 static const char* current_test;
103 static const char* current_test_category;
104 static const char* current_container;
105 static bool nc_verbose;
106 static bool never_fail;
107 static bool track_allocations;
108 static bool leak_detection_enabled;