Lines Matching defs:void
49 static bool IsInitialized(void) { return s_initialized; } in IsInitialized() argument
138 inline void Stopwatch::Start(void) in Start() argument
144 inline int Stopwatch::GetTimes(void) const in GetTimes() argument
150 inline void Stopwatch::Reset(void) in Reset() argument
168 static void Initialize (void) { } in Initialize() argument
169 static void Finalize (void) { } in Finalize() argument
170 static bool IsInitialized(void) { return false; } in IsInitialized() argument
171 Stopwatch (void) { } in Stopwatch() argument
173 ~Stopwatch (void) { } in ~Stopwatch() argument
174 void Start (void) { } in Start() argument
175 void Stop (void) { } in Stop() argument
176 int GetTimes (void) const { return 0; } in GetTimes() argument
177 void Reset (void) { } in Reset() argument
178 void Print (void) const { } in Print() argument
179 static void ResetAll (void) { } in ResetAll() argument
180 static void PrintAll (void) { } in PrintAll() argument
181 static bool Test (void) { return false; } in Test() argument