Lines Matching refs:MethodGuard
139 typedef ComponentMethodGuard< FileHandler > MethodGuard; typedef in logging::FileHandler
140 void enterMethod( MethodGuard::Access );
141 void leaveMethod( MethodGuard::Access );
265 void FileHandler::enterMethod( MethodGuard::Access ) in enterMethod()
271 void FileHandler::leaveMethod( MethodGuard::Access ) in leaveMethod()
279 MethodGuard aGuard( *this ); in getEncoding()
288 MethodGuard aGuard( *this ); in setEncoding()
295 MethodGuard aGuard( *this ); in getFormatter()
302 MethodGuard aGuard( *this ); in setFormatter()
309 MethodGuard aGuard( *this ); in getLevel()
316 MethodGuard aGuard( *this ); in setLevel()
323 MethodGuard aGuard( *this ); in flush()
339 MethodGuard aGuard( *this ); in publish()