Lines Matching refs:MethodGuard
129 typedef ComponentMethodGuard< SyslogHandler > MethodGuard; typedef in logging::SyslogHandler
130 void enterMethod( MethodGuard::Access );
131 void leaveMethod( MethodGuard::Access );
164 void SyslogHandler::enterMethod( MethodGuard::Access ) in enterMethod()
170 void SyslogHandler::leaveMethod( MethodGuard::Access ) in leaveMethod()
178 MethodGuard aGuard( *this ); in getEncoding()
187 MethodGuard aGuard( *this ); in setEncoding()
194 MethodGuard aGuard( *this ); in getFormatter()
201 MethodGuard aGuard( *this ); in setFormatter()
208 MethodGuard aGuard( *this ); in getLevel()
215 MethodGuard aGuard( *this ); in setLevel()
222 MethodGuard aGuard( *this ); in flush()
230 MethodGuard aGuard( *this ); in publish()