Lines Matching refs:MethodGuard
127 typedef ComponentMethodGuard< ConsoleHandler > MethodGuard; typedef in logging::ConsoleHandler
128 void enterMethod( MethodGuard::Access );
129 void leaveMethod( MethodGuard::Access );
161 void ConsoleHandler::enterMethod( MethodGuard::Access ) in enterMethod()
167 void ConsoleHandler::leaveMethod( MethodGuard::Access ) in leaveMethod()
175 MethodGuard aGuard( *this ); in getThreshold()
182 MethodGuard aGuard( *this ); in setThreshold()
189 MethodGuard aGuard( *this ); in getEncoding()
198 MethodGuard aGuard( *this ); in setEncoding()
205 MethodGuard aGuard( *this ); in getFormatter()
212 MethodGuard aGuard( *this ); in setFormatter()
219 MethodGuard aGuard( *this ); in getLevel()
226 MethodGuard aGuard( *this ); in setLevel()
233 MethodGuard aGuard( *this ); in flush()
241 MethodGuard aGuard( *this ); in publish()