/src/logging-log4cxx/src/main/include/log4cxx/helpers/widelife.h
Line | Count | Source |
1 | | /* |
2 | | * Licensed to the Apache Software Foundation (ASF) under one or more |
3 | | * contributor license agreements. See the NOTICE file distributed with |
4 | | * this work for additional information regarding copyright ownership. |
5 | | * The ASF licenses this file to You under the Apache License, Version 2.0 |
6 | | * (the "License"); you may not use this file except in compliance with |
7 | | * the License. You may obtain a copy of the License at |
8 | | * |
9 | | * http://www.apache.org/licenses/LICENSE-2.0 |
10 | | * |
11 | | * Unless required by applicable law or agreed to in writing, software |
12 | | * distributed under the License is distributed on an "AS IS" BASIS, |
13 | | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | | * See the License for the specific language governing permissions and |
15 | | * limitations under the License. |
16 | | */ |
17 | | |
18 | | #ifndef _LOG4CXX_HELPERS_WIDELIFE_H |
19 | | #define _LOG4CXX_HELPERS_WIDELIFE_H |
20 | | |
21 | | #include <log4cxx/log4cxx.h> |
22 | | #if defined(__cpp_concepts) && __cpp_concepts >= 201500 |
23 | | #include <concepts> |
24 | | #endif |
25 | | |
26 | | namespace LOG4CXX_NS |
27 | | { |
28 | | namespace helpers |
29 | | { |
30 | | |
31 | | |
32 | | /** |
33 | | The WideLife wrapper is destined to prolongate the runtime logger state lifetime from static duration to infinite |
34 | | */ |
35 | | template <class T> |
36 | | class WideLife |
37 | | { |
38 | | public: |
39 | | WideLife() |
40 | 3.24k | { |
41 | 3.24k | new(&storage) T(); |
42 | 3.24k | } log4cxx::helpers::WideLife<log4cxx::FileAppender::ClazzFileAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::FileOutputStream::ClazzFileOutputStream>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Level::LevelClass>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Object::ClazzObject>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::OptionHandler::ClazzOptionHandler>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::ErrorHandler::ClazzErrorHandler>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Appender::ClazzAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::Filter::ClazzFilter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::AppenderAttachable::ClazzAppenderAttachable>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggerFactory::ClazzLoggerFactory>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggerRepository::ClazzLoggerRepository>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::DenyAllFilter::ClazzDenyAllFilter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::RepositorySelector::ClazzRepositorySelector>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNode::ClazzXMLDOMNode>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMDocument::ClazzXMLDOMDocument>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMElement::ClazzXMLDOMElement>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNodeList::ClazzXMLDOMNodeList>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::TriggeringEventEvaluator::ClazzTriggeringEventEvaluator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LocationInfo>::WideLife() log4cxx::helpers::WideLife<log4cxx::Logger::ClazzLogger>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggingEvent::ClazzLoggingEvent>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::LogLog>::WideLife() Line | Count | Source | 40 | 7 | { | 41 | 7 | new(&storage) T(); | 42 | 7 | } |
log4cxx::helpers::WideLife<log4cxx::spi::DefaultRepositorySelector::ClazzDefaultRepositorySelector>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OnlyOnceErrorHandler::ClazzOnlyOnceErrorHandler>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OutputStream::ClazzOutputStream>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::PatternLayout::ClazzPatternLayout>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PropertiesPatternConverter::ClazzPropertiesPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::PropertyConfigurator::ClazzPropertyConfigurator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::RelativeTimePatternConverter::ClazzRelativeTimePatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingFileAppender::ClazzRollingFileAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicy::ClazzRollingPolicy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicyBase::ClazzRollingPolicyBase>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RolloverDescription::ClazzRolloverDescription>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ShortFileLocationPatternConverter::ClazzShortFileLocationPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::SizeBasedTriggeringPolicy::ClazzSizeBasedTriggeringPolicy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SystemErrWriter::ClazzSystemErrWriter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThreadPatternConverter::ClazzThreadPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThreadUsernamePatternConverter::ClazzThreadUsernamePatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThrowableInformationPatternConverter::ClazzThrowableInformationPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::TimeBasedRollingPolicy::ClazzTimeBasedRollingPolicy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::TriggeringPolicy::ClazzTriggeringPolicy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Writer::ClazzWriter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::WriterAppender::ClazzWriterAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::ZipCompressAction::ClazzZipCompressAction>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::xml::DOMConfigurator::ClazzDOMConfigurator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::Action::ClazzAction>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::AppenderAttachableImpl::ClazzAppenderAttachableImpl>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::AppenderSkeleton::ClazzAppenderSkeleton>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
aprinitializer.cpp:log4cxx::helpers::WideLife<(anonymous namespace)::apr_environment>::WideLife() Line | Count | Source | 40 | 7 | { | 41 | 7 | new(&storage) T(); | 42 | 7 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::APRInitializer>::WideLife() Line | Count | Source | 40 | 7 | { | 41 | 7 | new(&storage) T(); | 42 | 7 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::BufferedWriter::ClazzBufferedWriter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::CharsetDecoder::ClazzCharsetDecoder>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::CharsetEncoder::ClazzCharsetEncoder>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, log4cxx::helpers::Class const*> > > >::WideLife() Line | Count | Source | 40 | 16 | { | 41 | 16 | new(&storage) T(); | 42 | 16 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ClassNamePatternConverter::ClazzClassNamePatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ColorStartPatternConverter::ClazzColorStartPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ColorEndPatternConverter::ClazzColorEndPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::Configurator::ClazzConfigurator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::ConsoleAppender::ClazzConsoleAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Date::ClazzDate>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::DatePatternConverter::ClazzDatePatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::DefaultLoggerFactory::ClazzDefaultLoggerFactory>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::varia::FallbackErrorHandler::ClazzFallbackErrorHandler>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::FileInputStream::ClazzFileInputStream>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FileLocationPatternConverter::ClazzFileLocationPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FileRenameAction::ClazzFileRenameAction>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FilterBasedTriggeringPolicy::ClazzFilterBasedTriggeringPolicy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FixedWindowRollingPolicy::ClazzFixedWindowRollingPolicy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FormattingInfo::ClazzFormattingInfo>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FullLocationPatternConverter::ClazzFullLocationPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::GZCompressAction::ClazzGZCompressAction>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Hierarchy::ClazzHierarchy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::HTMLLayout::ClazzHTMLLayout>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InputStream::ClazzInputStream>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InputStreamReader::ClazzInputStreamReader>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Integer::ClazzInteger>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::IntegerPatternConverter::ClazzIntegerPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::JSONLayout::ClazzJSONLayout>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Layout::ClazzLayout>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::LevelMatchFilter::ClazzLevelMatchFilter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LevelPatternConverter::ClazzLevelPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::LevelRangeFilter::ClazzLevelRangeFilter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LineLocationPatternConverter::ClazzLineLocationPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LineSeparatorPatternConverter::ClazzLineSeparatorPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LiteralPatternConverter::ClazzLiteralPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::LocationInfoFilter::ClazzLocationInfoFilter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LoggerPatternConverter::ClazzLoggerPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LoggingEventPatternConverter::ClazzLoggingEventPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::ManualTriggeringPolicy::ClazzManualTriggeringPolicy>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MessagePatternConverter::ClazzMessagePatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MethodLocationPatternConverter::ClazzMethodLocationPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NamePatternConverter::ClazzNamePatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MDCPatternConverter::ClazzMDCPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NDCPatternConverter::ClazzNDCPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::db::ODBCAppender::ClazzODBCAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OutputStreamWriter::ClazzOutputStreamWriter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PatternConverter::ClazzPatternConverter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Reader::ClazzReader>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::SimpleLayout::ClazzSimpleLayout>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::DefaultEvaluator::ClazzDefaultEvaluator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::SMTPAppender::ClazzSMTPAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::StringMatchFilter::ClazzStringMatchFilter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SystemOutWriter::ClazzSystemOutWriter>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::TimeZone::ClazzTimeZone>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::xml::XMLLayout::ClazzXMLLayout>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::TelnetAppender::ClazzTelnetAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::XMLSocketAppender::ClazzXMLSocketAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::SyslogAppender::ClazzSyslogAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::AsyncAppender::ClazzAsyncAppender>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DateFormat::ClazzDateFormat>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InetAddress::ClazzInetAddress>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NameAbbreviator::ClazzNameAbbreviator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NOPAbbreviator::ClazzNOPAbbreviator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MaxElementAbbreviator::ClazzMaxElementAbbreviator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PatternAbbreviator::ClazzPatternAbbreviator>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SocketOutputStream::ClazzSocketOutputStream>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DatagramPacket::ClazzDatagramPacket>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DatagramSocket::ClazzDatagramSocket>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Socket::ClazzSocket>::WideLife() Line | Count | Source | 40 | 28 | { | 41 | 28 | new(&storage) T(); | 42 | 28 | } |
log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const, log4cxx::helpers::Class const*> > > >::WideLife() Line | Count | Source | 40 | 12 | { | 41 | 12 | new(&storage) T(); | 42 | 12 | } |
log4cxx::helpers::WideLife<log4cxx::fuzzer::EncodingAppender::ClazzEncodingAppender>::WideLife() Line | Count | Source | 40 | 4 | { | 41 | 4 | new(&storage) T(); | 42 | 4 | } |
|
43 | | template <class Arg0, class... Args> |
44 | | #if defined(__cpp_concepts) && __cpp_concepts >= 201500 |
45 | | requires (!std::same_as<WideLife, Arg0>) |
46 | | #endif |
47 | | WideLife(Arg0&& arg0, Args&&... args) |
48 | 3.32k | { |
49 | 3.32k | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); |
50 | 3.32k | } _ZN7log4cxx7helpers8WideLifeINS0_17ClassRegistrationEEC2IRFRKNS0_5ClassEvEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSA_DpOT0_ Line | Count | Source | 48 | 3.19k | { | 49 | 3.19k | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3.19k | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_5LevelEEEEC2IS5_JEQntsr3stdE7same_asINS1_IT_EETL0__EEEOS8_DpOT0_ Line | Count | Source | 48 | 40 | { | 49 | 40 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 40 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_5Level4DataEEEEC2IS6_JEQntsr3stdE7same_asINS1_IT_EETL0__EEEOS9_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_26PropertiesPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA12_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA16_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA20_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA15_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA19_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA17_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA5_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA14_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA18_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_28RelativeTimePatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2IPNS4_33ShortFileLocationPatternConverterEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_22ThreadPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_30ThreadUsernamePatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_36ThrowableInformationPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS0_14CharsetDecoderEEEEC2IPS4_JEQntsr3stdE7same_asINS1_IT_EETL0__EEEOS9_DpOT0_ Line | Count | Source | 48 | 4 | { | 49 | 4 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 4 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS0_14CharsetDecoderEEEEC2IPNS0_21TrivialCharsetDecoderEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSA_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS0_14CharsetEncoderEEEEC2IPS4_JEQntsr3stdE7same_asINS1_IT_EETL0__EEEOS9_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_25ClassNamePatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_26ColorStartPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_24ColorEndPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA11_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA22_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA36_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_28FileLocationPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern14FormattingInfoEEEEC2IS6_JEQntsr3stdE7same_asINS1_IT_EETL0__EEEOS9_DpOT0_ Line | Count | Source | 48 | 4 | { | 49 | 4 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 4 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_28FullLocationPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_3spi13LoggerFactoryEEEEC2INS3_INS_20DefaultLoggerFactoryEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_23IntegerPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_21LevelPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_28LineLocationPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_29LineSeparatorPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 4 | { | 49 | 4 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 4 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_23LiteralPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_22LoggerPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_23MessagePatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 4 | { | 49 | 4 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 4 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_30MethodLocationPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_19MDCPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern16PatternConverterEEEEC2INS3_INS4_19NDCPatternConverterEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS0_8TimeZoneEEEEC2INS3_INS0_12TimeZoneImpl13LocalTimeZoneEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 6 | { | 49 | 6 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 6 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS0_8TimeZoneEEEEC2INS3_INS0_12TimeZoneImpl11GMTTimeZoneEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2IRA4_KcJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS_7pattern15NameAbbreviatorEEEEC2INS3_INS4_14NOPAbbreviatorEEEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSB_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA12_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA16_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 3 | { | 49 | 3 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 3 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA20_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA15_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA19_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA17_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA5_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 2 | { | 49 | 2 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 2 | } |
_ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA14_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA18_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__110shared_ptrINS0_14CharsetDecoderEEEEC2IPNS0_18UTF8CharsetDecoderEJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSA_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA11_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA22_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Unexecuted instantiation: _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA36_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ _ZN7log4cxx7helpers8WideLifeINSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEEEC2IRA4_KwJEQntsr3stdE7same_asINS1_IT_EETL0__EEEOSE_DpOT0_ Line | Count | Source | 48 | 1 | { | 49 | 1 | new(&storage) T(std::forward<Arg0>(arg0), std::forward<Args>(args)...); | 50 | 1 | } |
|
51 | | |
52 | | ~WideLife() |
53 | 146 | { |
54 | | #if LOG4CXX_EVENTS_AT_EXIT |
55 | | // keep the holded value alive |
56 | | #else |
57 | 146 | value().~T(); |
58 | 146 | #endif |
59 | 146 | } Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::FileAppender::ClazzFileAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::ClassRegistration>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::FileOutputStream::ClazzFileOutputStream>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::Level::LevelClass>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::Level> >::~WideLife() Line | Count | Source | 53 | 40 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 40 | value().~T(); | 58 | 40 | #endif | 59 | 40 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::Level::Data> >::~WideLife() Line | Count | Source | 53 | 3 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 3 | value().~T(); | 58 | 3 | #endif | 59 | 3 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::Object::ClazzObject>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::OptionHandler::ClazzOptionHandler>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::ErrorHandler::ClazzErrorHandler>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::Appender::ClazzAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::Filter::ClazzFilter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::AppenderAttachable::ClazzAppenderAttachable>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LoggerFactory::ClazzLoggerFactory>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LoggerRepository::ClazzLoggerRepository>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::filter::DenyAllFilter::ClazzDenyAllFilter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::RepositorySelector::ClazzRepositorySelector>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNode::ClazzXMLDOMNode>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMDocument::ClazzXMLDOMDocument>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMElement::ClazzXMLDOMElement>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNodeList::ClazzXMLDOMNodeList>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::TriggeringEventEvaluator::ClazzTriggeringEventEvaluator>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LocationInfo>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::Logger::ClazzLogger>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LoggingEvent::ClazzLoggingEvent>::~WideLife() log4cxx::helpers::WideLife<log4cxx::helpers::LogLog>::~WideLife() Line | Count | Source | 53 | 7 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 7 | value().~T(); | 58 | 7 | #endif | 59 | 7 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::DefaultRepositorySelector::ClazzDefaultRepositorySelector>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::OnlyOnceErrorHandler::ClazzOnlyOnceErrorHandler>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::OutputStream::ClazzOutputStream>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::PatternLayout::ClazzPatternLayout>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::PropertiesPatternConverter::ClazzPropertiesPatternConverter>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::PatternConverter> >::~WideLife() Line | Count | Source | 53 | 31 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 31 | value().~T(); | 58 | 31 | #endif | 59 | 31 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::PropertyConfigurator::ClazzPropertyConfigurator>::~WideLife() log4cxx::helpers::WideLife<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::~WideLife() Line | Count | Source | 53 | 14 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 14 | value().~T(); | 58 | 14 | #endif | 59 | 14 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::RelativeTimePatternConverter::ClazzRelativeTimePatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::RollingFileAppender::ClazzRollingFileAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicy::ClazzRollingPolicy>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicyBase::ClazzRollingPolicyBase>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::RolloverDescription::ClazzRolloverDescription>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::ShortFileLocationPatternConverter::ClazzShortFileLocationPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::SizeBasedTriggeringPolicy::ClazzSizeBasedTriggeringPolicy>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::SystemErrWriter::ClazzSystemErrWriter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::ThreadPatternConverter::ClazzThreadPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::ThreadUsernamePatternConverter::ClazzThreadUsernamePatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::ThrowableInformationPatternConverter::ClazzThrowableInformationPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::TimeBasedRollingPolicy::ClazzTimeBasedRollingPolicy>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::TriggeringPolicy::ClazzTriggeringPolicy>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::Writer::ClazzWriter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::WriterAppender::ClazzWriterAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::ZipCompressAction::ClazzZipCompressAction>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::xml::DOMConfigurator::ClazzDOMConfigurator>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::Action::ClazzAction>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::AppenderAttachableImpl::ClazzAppenderAttachableImpl>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::AppenderSkeleton::ClazzAppenderSkeleton>::~WideLife() aprinitializer.cpp:log4cxx::helpers::WideLife<(anonymous namespace)::apr_environment>::~WideLife() Line | Count | Source | 53 | 7 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 7 | value().~T(); | 58 | 7 | #endif | 59 | 7 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::APRInitializer>::~WideLife() Line | Count | Source | 53 | 7 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 7 | value().~T(); | 58 | 7 | #endif | 59 | 7 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::BufferedWriter::ClazzBufferedWriter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::CharsetDecoder::ClazzCharsetDecoder>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::CharsetDecoder> >::~WideLife() Line | Count | Source | 53 | 6 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 6 | value().~T(); | 58 | 6 | #endif | 59 | 6 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::CharsetEncoder::ClazzCharsetEncoder>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::CharsetEncoder> >::~WideLife() Line | Count | Source | 53 | 3 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 3 | value().~T(); | 58 | 3 | #endif | 59 | 3 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, log4cxx::helpers::Class const*> > > >::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::ClassNamePatternConverter::ClazzClassNamePatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::ColorStartPatternConverter::ClazzColorStartPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::ColorEndPatternConverter::ClazzColorEndPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::Configurator::ClazzConfigurator>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::ConsoleAppender::ClazzConsoleAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::Date::ClazzDate>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::DatePatternConverter::ClazzDatePatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::DefaultLoggerFactory::ClazzDefaultLoggerFactory>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::varia::FallbackErrorHandler::ClazzFallbackErrorHandler>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::FileInputStream::ClazzFileInputStream>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::FileLocationPatternConverter::ClazzFileLocationPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::FileRenameAction::ClazzFileRenameAction>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::FilterBasedTriggeringPolicy::ClazzFilterBasedTriggeringPolicy>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::FixedWindowRollingPolicy::ClazzFixedWindowRollingPolicy>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::FormattingInfo::ClazzFormattingInfo>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::FormattingInfo> >::~WideLife() Line | Count | Source | 53 | 4 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 4 | value().~T(); | 58 | 4 | #endif | 59 | 4 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::FullLocationPatternConverter::ClazzFullLocationPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::GZCompressAction::ClazzGZCompressAction>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::Hierarchy::ClazzHierarchy>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::spi::LoggerFactory> >::~WideLife() Line | Count | Source | 53 | 1 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 1 | value().~T(); | 58 | 1 | #endif | 59 | 1 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::HTMLLayout::ClazzHTMLLayout>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::InputStream::ClazzInputStream>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::InputStreamReader::ClazzInputStreamReader>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::Integer::ClazzInteger>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::IntegerPatternConverter::ClazzIntegerPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::JSONLayout::ClazzJSONLayout>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::Layout::ClazzLayout>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::filter::LevelMatchFilter::ClazzLevelMatchFilter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::LevelPatternConverter::ClazzLevelPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::filter::LevelRangeFilter::ClazzLevelRangeFilter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::LineLocationPatternConverter::ClazzLineLocationPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::LineSeparatorPatternConverter::ClazzLineSeparatorPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::LiteralPatternConverter::ClazzLiteralPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::filter::LocationInfoFilter::ClazzLocationInfoFilter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::LoggerPatternConverter::ClazzLoggerPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::LoggingEventPatternConverter::ClazzLoggingEventPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::rolling::ManualTriggeringPolicy::ClazzManualTriggeringPolicy>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::MessagePatternConverter::ClazzMessagePatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::MethodLocationPatternConverter::ClazzMethodLocationPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::NamePatternConverter::ClazzNamePatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::MDCPatternConverter::ClazzMDCPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::NDCPatternConverter::ClazzNDCPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::db::ODBCAppender::ClazzODBCAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::OutputStreamWriter::ClazzOutputStreamWriter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::PatternConverter::ClazzPatternConverter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::Reader::ClazzReader>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::SimpleLayout::ClazzSimpleLayout>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::net::DefaultEvaluator::ClazzDefaultEvaluator>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::net::SMTPAppender::ClazzSMTPAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::filter::StringMatchFilter::ClazzStringMatchFilter>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::SystemOutWriter::ClazzSystemOutWriter>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::TimeZone> >::~WideLife() Line | Count | Source | 53 | 9 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 9 | value().~T(); | 58 | 9 | #endif | 59 | 9 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::TimeZone::ClazzTimeZone>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::xml::XMLLayout::ClazzXMLLayout>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::net::TelnetAppender::ClazzTelnetAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::net::XMLSocketAppender::ClazzXMLSocketAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::net::SyslogAppender::ClazzSyslogAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::AsyncAppender::ClazzAsyncAppender>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::DateFormat::ClazzDateFormat>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::InetAddress::ClazzInetAddress>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::NameAbbreviator::ClazzNameAbbreviator>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::NOPAbbreviator::ClazzNOPAbbreviator>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::MaxElementAbbreviator::ClazzMaxElementAbbreviator>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::pattern::PatternAbbreviator::ClazzPatternAbbreviator>::~WideLife() log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::NameAbbreviator> >::~WideLife() Line | Count | Source | 53 | 2 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 2 | value().~T(); | 58 | 2 | #endif | 59 | 2 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::SocketOutputStream::ClazzSocketOutputStream>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::DatagramPacket::ClazzDatagramPacket>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::DatagramSocket::ClazzDatagramSocket>::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::helpers::Socket::ClazzSocket>::~WideLife() log4cxx::helpers::WideLife<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >::~WideLife() Line | Count | Source | 53 | 12 | { | 54 | | #if LOG4CXX_EVENTS_AT_EXIT | 55 | | // keep the holded value alive | 56 | | #else | 57 | 12 | value().~T(); | 58 | 12 | #endif | 59 | 12 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const, log4cxx::helpers::Class const*> > > >::~WideLife() Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::fuzzer::EncodingAppender::ClazzEncodingAppender>::~WideLife() |
60 | | |
61 | | T& value() |
62 | 702k | { |
63 | 702k | return *reinterpret_cast<T*>(&storage); |
64 | 702k | } log4cxx::helpers::WideLife<log4cxx::FileAppender::ClazzFileAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::ClassRegistration>::value() Line | Count | Source | 62 | 3.19k | { | 63 | 3.19k | return *reinterpret_cast<T*>(&storage); | 64 | 3.19k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::FileOutputStream::ClazzFileOutputStream>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Level::LevelClass>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::Level> >::value() Line | Count | Source | 62 | 36.5k | { | 63 | 36.5k | return *reinterpret_cast<T*>(&storage); | 64 | 36.5k | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::Level::Data> >::value() Line | Count | Source | 62 | 7 | { | 63 | 7 | return *reinterpret_cast<T*>(&storage); | 64 | 7 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Object::ClazzObject>::value() Line | Count | Source | 62 | 32.7k | { | 63 | 32.7k | return *reinterpret_cast<T*>(&storage); | 64 | 32.7k | } |
log4cxx::helpers::WideLife<log4cxx::spi::OptionHandler::ClazzOptionHandler>::value() Line | Count | Source | 62 | 681 | { | 63 | 681 | return *reinterpret_cast<T*>(&storage); | 64 | 681 | } |
log4cxx::helpers::WideLife<log4cxx::spi::ErrorHandler::ClazzErrorHandler>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Appender::ClazzAppender>::value() Line | Count | Source | 62 | 48 | { | 63 | 48 | return *reinterpret_cast<T*>(&storage); | 64 | 48 | } |
log4cxx::helpers::WideLife<log4cxx::spi::Filter::ClazzFilter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::AppenderAttachable::ClazzAppenderAttachable>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggerFactory::ClazzLoggerFactory>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggerRepository::ClazzLoggerRepository>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::DenyAllFilter::ClazzDenyAllFilter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::RepositorySelector::ClazzRepositorySelector>::value() Line | Count | Source | 62 | 11.6k | { | 63 | 11.6k | return *reinterpret_cast<T*>(&storage); | 64 | 11.6k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNode::ClazzXMLDOMNode>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMDocument::ClazzXMLDOMDocument>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMElement::ClazzXMLDOMElement>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNodeList::ClazzXMLDOMNodeList>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::TriggeringEventEvaluator::ClazzTriggeringEventEvaluator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LocationInfo>::value() log4cxx::helpers::WideLife<log4cxx::Logger::ClazzLogger>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggingEvent::ClazzLoggingEvent>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::LogLog>::value() Line | Count | Source | 62 | 48.4k | { | 63 | 48.4k | return *reinterpret_cast<T*>(&storage); | 64 | 48.4k | } |
log4cxx::helpers::WideLife<log4cxx::spi::DefaultRepositorySelector::ClazzDefaultRepositorySelector>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OnlyOnceErrorHandler::ClazzOnlyOnceErrorHandler>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OutputStream::ClazzOutputStream>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::PatternLayout::ClazzPatternLayout>::value() Line | Count | Source | 62 | 40 | { | 63 | 40 | return *reinterpret_cast<T*>(&storage); | 64 | 40 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PropertiesPatternConverter::ClazzPropertiesPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::PatternConverter> >::value() Line | Count | Source | 62 | 37.6k | { | 63 | 37.6k | return *reinterpret_cast<T*>(&storage); | 64 | 37.6k | } |
log4cxx::helpers::WideLife<log4cxx::PropertyConfigurator::ClazzPropertyConfigurator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::value() Line | Count | Source | 62 | 14 | { | 63 | 14 | return *reinterpret_cast<T*>(&storage); | 64 | 14 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::RelativeTimePatternConverter::ClazzRelativeTimePatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingFileAppender::ClazzRollingFileAppender>::value() Line | Count | Source | 62 | 30 | { | 63 | 30 | return *reinterpret_cast<T*>(&storage); | 64 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicy::ClazzRollingPolicy>::value() Line | Count | Source | 62 | 651 | { | 63 | 651 | return *reinterpret_cast<T*>(&storage); | 64 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicyBase::ClazzRollingPolicyBase>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RolloverDescription::ClazzRolloverDescription>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ShortFileLocationPatternConverter::ClazzShortFileLocationPatternConverter>::value() Line | Count | Source | 62 | 30 | { | 63 | 30 | return *reinterpret_cast<T*>(&storage); | 64 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::SizeBasedTriggeringPolicy::ClazzSizeBasedTriggeringPolicy>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SystemErrWriter::ClazzSystemErrWriter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThreadPatternConverter::ClazzThreadPatternConverter>::value() Line | Count | Source | 62 | 30 | { | 63 | 30 | return *reinterpret_cast<T*>(&storage); | 64 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThreadUsernamePatternConverter::ClazzThreadUsernamePatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThrowableInformationPatternConverter::ClazzThrowableInformationPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::TimeBasedRollingPolicy::ClazzTimeBasedRollingPolicy>::value() Line | Count | Source | 62 | 651 | { | 63 | 651 | return *reinterpret_cast<T*>(&storage); | 64 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::TriggeringPolicy::ClazzTriggeringPolicy>::value() Line | Count | Source | 62 | 1.27k | { | 63 | 1.27k | return *reinterpret_cast<T*>(&storage); | 64 | 1.27k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Writer::ClazzWriter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::WriterAppender::ClazzWriterAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::ZipCompressAction::ClazzZipCompressAction>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::xml::DOMConfigurator::ClazzDOMConfigurator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::Action::ClazzAction>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::AppenderAttachableImpl::ClazzAppenderAttachableImpl>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::AppenderSkeleton::ClazzAppenderSkeleton>::value() Line | Count | Source | 62 | 42 | { | 63 | 42 | return *reinterpret_cast<T*>(&storage); | 64 | 42 | } |
aprinitializer.cpp:log4cxx::helpers::WideLife<(anonymous namespace)::apr_environment>::value() Line | Count | Source | 62 | 7 | { | 63 | 7 | return *reinterpret_cast<T*>(&storage); | 64 | 7 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::APRInitializer>::value() Line | Count | Source | 62 | 89.0k | { | 63 | 89.0k | return *reinterpret_cast<T*>(&storage); | 64 | 89.0k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::BufferedWriter::ClazzBufferedWriter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::CharsetDecoder::ClazzCharsetDecoder>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::CharsetDecoder> >::value() Line | Count | Source | 62 | 2.10k | { | 63 | 2.10k | return *reinterpret_cast<T*>(&storage); | 64 | 2.10k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::CharsetEncoder::ClazzCharsetEncoder>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::CharsetEncoder> >::value() Line | Count | Source | 62 | 2.50k | { | 63 | 2.50k | return *reinterpret_cast<T*>(&storage); | 64 | 2.50k | } |
log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, log4cxx::helpers::Class const*> > > >::value() Line | Count | Source | 62 | 1.83k | { | 63 | 1.83k | return *reinterpret_cast<T*>(&storage); | 64 | 1.83k | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ClassNamePatternConverter::ClazzClassNamePatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ColorStartPatternConverter::ClazzColorStartPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ColorEndPatternConverter::ClazzColorEndPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::Configurator::ClazzConfigurator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::ConsoleAppender::ClazzConsoleAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Date::ClazzDate>::value() Line | Count | Source | 62 | 11.2k | { | 63 | 11.2k | return *reinterpret_cast<T*>(&storage); | 64 | 11.2k | } |
log4cxx::helpers::WideLife<log4cxx::pattern::DatePatternConverter::ClazzDatePatternConverter>::value() Line | Count | Source | 62 | 9.37k | { | 63 | 9.37k | return *reinterpret_cast<T*>(&storage); | 64 | 9.37k | } |
log4cxx::helpers::WideLife<log4cxx::DefaultLoggerFactory::ClazzDefaultLoggerFactory>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::varia::FallbackErrorHandler::ClazzFallbackErrorHandler>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::FileInputStream::ClazzFileInputStream>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FileLocationPatternConverter::ClazzFileLocationPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FileRenameAction::ClazzFileRenameAction>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FilterBasedTriggeringPolicy::ClazzFilterBasedTriggeringPolicy>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FixedWindowRollingPolicy::ClazzFixedWindowRollingPolicy>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FormattingInfo::ClazzFormattingInfo>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::FormattingInfo> >::value() Line | Count | Source | 62 | 310k | { | 63 | 310k | return *reinterpret_cast<T*>(&storage); | 64 | 310k | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FullLocationPatternConverter::ClazzFullLocationPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::GZCompressAction::ClazzGZCompressAction>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Hierarchy::ClazzHierarchy>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::spi::LoggerFactory> >::value() Line | Count | Source | 62 | 624 | { | 63 | 624 | return *reinterpret_cast<T*>(&storage); | 64 | 624 | } |
log4cxx::helpers::WideLife<log4cxx::HTMLLayout::ClazzHTMLLayout>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InputStream::ClazzInputStream>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InputStreamReader::ClazzInputStreamReader>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Integer::ClazzInteger>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::IntegerPatternConverter::ClazzIntegerPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::JSONLayout::ClazzJSONLayout>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Layout::ClazzLayout>::value() Line | Count | Source | 62 | 44 | { | 63 | 44 | return *reinterpret_cast<T*>(&storage); | 64 | 44 | } |
log4cxx::helpers::WideLife<log4cxx::filter::LevelMatchFilter::ClazzLevelMatchFilter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LevelPatternConverter::ClazzLevelPatternConverter>::value() Line | Count | Source | 62 | 30 | { | 63 | 30 | return *reinterpret_cast<T*>(&storage); | 64 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::filter::LevelRangeFilter::ClazzLevelRangeFilter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LineLocationPatternConverter::ClazzLineLocationPatternConverter>::value() Line | Count | Source | 62 | 30 | { | 63 | 30 | return *reinterpret_cast<T*>(&storage); | 64 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LineSeparatorPatternConverter::ClazzLineSeparatorPatternConverter>::value() Line | Count | Source | 62 | 653 | { | 63 | 653 | return *reinterpret_cast<T*>(&storage); | 64 | 653 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LiteralPatternConverter::ClazzLiteralPatternConverter>::value() Line | Count | Source | 62 | 3.77k | { | 63 | 3.77k | return *reinterpret_cast<T*>(&storage); | 64 | 3.77k | } |
log4cxx::helpers::WideLife<log4cxx::filter::LocationInfoFilter::ClazzLocationInfoFilter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LoggerPatternConverter::ClazzLoggerPatternConverter>::value() Line | Count | Source | 62 | 651 | { | 63 | 651 | return *reinterpret_cast<T*>(&storage); | 64 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LoggingEventPatternConverter::ClazzLoggingEventPatternConverter>::value() Line | Count | Source | 62 | 8.16k | { | 63 | 8.16k | return *reinterpret_cast<T*>(&storage); | 64 | 8.16k | } |
log4cxx::helpers::WideLife<log4cxx::rolling::ManualTriggeringPolicy::ClazzManualTriggeringPolicy>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MessagePatternConverter::ClazzMessagePatternConverter>::value() Line | Count | Source | 62 | 653 | { | 63 | 653 | return *reinterpret_cast<T*>(&storage); | 64 | 653 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MethodLocationPatternConverter::ClazzMethodLocationPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NamePatternConverter::ClazzNamePatternConverter>::value() Line | Count | Source | 62 | 651 | { | 63 | 651 | return *reinterpret_cast<T*>(&storage); | 64 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MDCPatternConverter::ClazzMDCPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NDCPatternConverter::ClazzNDCPatternConverter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::db::ODBCAppender::ClazzODBCAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OutputStreamWriter::ClazzOutputStreamWriter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PatternConverter::ClazzPatternConverter>::value() Line | Count | Source | 62 | 3.14k | { | 63 | 3.14k | return *reinterpret_cast<T*>(&storage); | 64 | 3.14k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Reader::ClazzReader>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::SimpleLayout::ClazzSimpleLayout>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::DefaultEvaluator::ClazzDefaultEvaluator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::SMTPAppender::ClazzSMTPAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::StringMatchFilter::ClazzStringMatchFilter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SystemOutWriter::ClazzSystemOutWriter>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::TimeZone> >::value() Line | Count | Source | 62 | 75.5k | { | 63 | 75.5k | return *reinterpret_cast<T*>(&storage); | 64 | 75.5k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::TimeZone::ClazzTimeZone>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::xml::XMLLayout::ClazzXMLLayout>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::TelnetAppender::ClazzTelnetAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::XMLSocketAppender::ClazzXMLSocketAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::SyslogAppender::ClazzSyslogAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::AsyncAppender::ClazzAsyncAppender>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DateFormat::ClazzDateFormat>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InetAddress::ClazzInetAddress>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NameAbbreviator::ClazzNameAbbreviator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NOPAbbreviator::ClazzNOPAbbreviator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MaxElementAbbreviator::ClazzMaxElementAbbreviator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PatternAbbreviator::ClazzPatternAbbreviator>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::NameAbbreviator> >::value() Line | Count | Source | 62 | 4.38k | { | 63 | 4.38k | return *reinterpret_cast<T*>(&storage); | 64 | 4.38k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SocketOutputStream::ClazzSocketOutputStream>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DatagramPacket::ClazzDatagramPacket>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DatagramSocket::ClazzDatagramSocket>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Socket::ClazzSocket>::value() Line | Count | Source | 62 | 28 | { | 63 | 28 | return *reinterpret_cast<T*>(&storage); | 64 | 28 | } |
log4cxx::helpers::WideLife<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >::value() Line | Count | Source | 62 | 12 | { | 63 | 12 | return *reinterpret_cast<T*>(&storage); | 64 | 12 | } |
log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const, log4cxx::helpers::Class const*> > > >::value() Line | Count | Source | 62 | 1.37k | { | 63 | 1.37k | return *reinterpret_cast<T*>(&storage); | 64 | 1.37k | } |
log4cxx::helpers::WideLife<log4cxx::fuzzer::EncodingAppender::ClazzEncodingAppender>::value() Line | Count | Source | 62 | 18 | { | 63 | 18 | return *reinterpret_cast<T*>(&storage); | 64 | 18 | } |
|
65 | | |
66 | | const T& value() const |
67 | 719k | { |
68 | 719k | return *reinterpret_cast<const T*>(&storage); |
69 | 719k | } Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LocationInfo>::value() const log4cxx::helpers::WideLife<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::value() const Line | Count | Source | 67 | 469k | { | 68 | 469k | return *reinterpret_cast<const T*>(&storage); | 69 | 469k | } |
log4cxx::helpers::WideLife<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >::value() const Line | Count | Source | 67 | 250k | { | 68 | 250k | return *reinterpret_cast<const T*>(&storage); | 69 | 250k | } |
|
70 | | |
71 | | operator T&() |
72 | 699k | { |
73 | 699k | return value(); |
74 | 699k | } log4cxx::helpers::WideLife<log4cxx::FileAppender::ClazzFileAppender>::operator log4cxx::FileAppender::ClazzFileAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::ClassRegistration>::operator log4cxx::helpers::ClassRegistration&() Line | Count | Source | 72 | 3.19k | { | 73 | 3.19k | return value(); | 74 | 3.19k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::FileOutputStream::ClazzFileOutputStream>::operator log4cxx::helpers::FileOutputStream::ClazzFileOutputStream&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Level::LevelClass>::operator log4cxx::Level::LevelClass&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::Level> >::operator std::__1::shared_ptr<log4cxx::Level>&() Line | Count | Source | 72 | 36.4k | { | 73 | 36.4k | return value(); | 74 | 36.4k | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::Level::Data> >::operator std::__1::shared_ptr<log4cxx::Level::Data>&() Line | Count | Source | 72 | 4 | { | 73 | 4 | return value(); | 74 | 4 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Object::ClazzObject>::operator log4cxx::helpers::Object::ClazzObject&() Line | Count | Source | 72 | 32.7k | { | 73 | 32.7k | return value(); | 74 | 32.7k | } |
log4cxx::helpers::WideLife<log4cxx::spi::OptionHandler::ClazzOptionHandler>::operator log4cxx::spi::OptionHandler::ClazzOptionHandler&() Line | Count | Source | 72 | 681 | { | 73 | 681 | return value(); | 74 | 681 | } |
log4cxx::helpers::WideLife<log4cxx::spi::ErrorHandler::ClazzErrorHandler>::operator log4cxx::spi::ErrorHandler::ClazzErrorHandler&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Appender::ClazzAppender>::operator log4cxx::Appender::ClazzAppender&() Line | Count | Source | 72 | 48 | { | 73 | 48 | return value(); | 74 | 48 | } |
log4cxx::helpers::WideLife<log4cxx::spi::Filter::ClazzFilter>::operator log4cxx::spi::Filter::ClazzFilter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::AppenderAttachable::ClazzAppenderAttachable>::operator log4cxx::spi::AppenderAttachable::ClazzAppenderAttachable&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggerFactory::ClazzLoggerFactory>::operator log4cxx::spi::LoggerFactory::ClazzLoggerFactory&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggerRepository::ClazzLoggerRepository>::operator log4cxx::spi::LoggerRepository::ClazzLoggerRepository&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::DenyAllFilter::ClazzDenyAllFilter>::operator log4cxx::filter::DenyAllFilter::ClazzDenyAllFilter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::RepositorySelector::ClazzRepositorySelector>::operator log4cxx::spi::RepositorySelector::ClazzRepositorySelector&() Line | Count | Source | 72 | 11.6k | { | 73 | 11.6k | return value(); | 74 | 11.6k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNode::ClazzXMLDOMNode>::operator log4cxx::helpers::XMLDOMNode::ClazzXMLDOMNode&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMDocument::ClazzXMLDOMDocument>::operator log4cxx::helpers::XMLDOMDocument::ClazzXMLDOMDocument&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMElement::ClazzXMLDOMElement>::operator log4cxx::helpers::XMLDOMElement::ClazzXMLDOMElement&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::XMLDOMNodeList::ClazzXMLDOMNodeList>::operator log4cxx::helpers::XMLDOMNodeList::ClazzXMLDOMNodeList&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::TriggeringEventEvaluator::ClazzTriggeringEventEvaluator>::operator log4cxx::spi::TriggeringEventEvaluator::ClazzTriggeringEventEvaluator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Logger::ClazzLogger>::operator log4cxx::Logger::ClazzLogger&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::LoggingEvent::ClazzLoggingEvent>::operator log4cxx::spi::LoggingEvent::ClazzLoggingEvent&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::LogLog>::operator log4cxx::helpers::LogLog&() Line | Count | Source | 72 | 48.4k | { | 73 | 48.4k | return value(); | 74 | 48.4k | } |
log4cxx::helpers::WideLife<log4cxx::spi::DefaultRepositorySelector::ClazzDefaultRepositorySelector>::operator log4cxx::spi::DefaultRepositorySelector::ClazzDefaultRepositorySelector&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OnlyOnceErrorHandler::ClazzOnlyOnceErrorHandler>::operator log4cxx::helpers::OnlyOnceErrorHandler::ClazzOnlyOnceErrorHandler&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OutputStream::ClazzOutputStream>::operator log4cxx::helpers::OutputStream::ClazzOutputStream&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::PatternLayout::ClazzPatternLayout>::operator log4cxx::PatternLayout::ClazzPatternLayout&() Line | Count | Source | 72 | 40 | { | 73 | 40 | return value(); | 74 | 40 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PropertiesPatternConverter::ClazzPropertiesPatternConverter>::operator log4cxx::pattern::PropertiesPatternConverter::ClazzPropertiesPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::PatternConverter> >::operator std::__1::shared_ptr<log4cxx::pattern::PatternConverter>&() Line | Count | Source | 72 | 37.6k | { | 73 | 37.6k | return value(); | 74 | 37.6k | } |
log4cxx::helpers::WideLife<log4cxx::PropertyConfigurator::ClazzPropertyConfigurator>::operator log4cxx::PropertyConfigurator::ClazzPropertyConfigurator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::RelativeTimePatternConverter::ClazzRelativeTimePatternConverter>::operator log4cxx::pattern::RelativeTimePatternConverter::ClazzRelativeTimePatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingFileAppender::ClazzRollingFileAppender>::operator log4cxx::rolling::RollingFileAppender::ClazzRollingFileAppender&() Line | Count | Source | 72 | 30 | { | 73 | 30 | return value(); | 74 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicy::ClazzRollingPolicy>::operator log4cxx::rolling::RollingPolicy::ClazzRollingPolicy&() Line | Count | Source | 72 | 651 | { | 73 | 651 | return value(); | 74 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RollingPolicyBase::ClazzRollingPolicyBase>::operator log4cxx::rolling::RollingPolicyBase::ClazzRollingPolicyBase&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::RolloverDescription::ClazzRolloverDescription>::operator log4cxx::rolling::RolloverDescription::ClazzRolloverDescription&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ShortFileLocationPatternConverter::ClazzShortFileLocationPatternConverter>::operator log4cxx::pattern::ShortFileLocationPatternConverter::ClazzShortFileLocationPatternConverter&() Line | Count | Source | 72 | 30 | { | 73 | 30 | return value(); | 74 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::SizeBasedTriggeringPolicy::ClazzSizeBasedTriggeringPolicy>::operator log4cxx::rolling::SizeBasedTriggeringPolicy::ClazzSizeBasedTriggeringPolicy&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SystemErrWriter::ClazzSystemErrWriter>::operator log4cxx::helpers::SystemErrWriter::ClazzSystemErrWriter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThreadPatternConverter::ClazzThreadPatternConverter>::operator log4cxx::pattern::ThreadPatternConverter::ClazzThreadPatternConverter&() Line | Count | Source | 72 | 30 | { | 73 | 30 | return value(); | 74 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThreadUsernamePatternConverter::ClazzThreadUsernamePatternConverter>::operator log4cxx::pattern::ThreadUsernamePatternConverter::ClazzThreadUsernamePatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ThrowableInformationPatternConverter::ClazzThrowableInformationPatternConverter>::operator log4cxx::pattern::ThrowableInformationPatternConverter::ClazzThrowableInformationPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::TimeBasedRollingPolicy::ClazzTimeBasedRollingPolicy>::operator log4cxx::rolling::TimeBasedRollingPolicy::ClazzTimeBasedRollingPolicy&() Line | Count | Source | 72 | 651 | { | 73 | 651 | return value(); | 74 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::TriggeringPolicy::ClazzTriggeringPolicy>::operator log4cxx::rolling::TriggeringPolicy::ClazzTriggeringPolicy&() Line | Count | Source | 72 | 1.27k | { | 73 | 1.27k | return value(); | 74 | 1.27k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Writer::ClazzWriter>::operator log4cxx::helpers::Writer::ClazzWriter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::WriterAppender::ClazzWriterAppender>::operator log4cxx::WriterAppender::ClazzWriterAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::ZipCompressAction::ClazzZipCompressAction>::operator log4cxx::rolling::ZipCompressAction::ClazzZipCompressAction&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::xml::DOMConfigurator::ClazzDOMConfigurator>::operator log4cxx::xml::DOMConfigurator::ClazzDOMConfigurator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::Action::ClazzAction>::operator log4cxx::rolling::Action::ClazzAction&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::AppenderAttachableImpl::ClazzAppenderAttachableImpl>::operator log4cxx::helpers::AppenderAttachableImpl::ClazzAppenderAttachableImpl&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::AppenderSkeleton::ClazzAppenderSkeleton>::operator log4cxx::AppenderSkeleton::ClazzAppenderSkeleton&() Line | Count | Source | 72 | 42 | { | 73 | 42 | return value(); | 74 | 42 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::APRInitializer>::operator log4cxx::helpers::APRInitializer&() Line | Count | Source | 72 | 89.0k | { | 73 | 89.0k | return value(); | 74 | 89.0k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::BufferedWriter::ClazzBufferedWriter>::operator log4cxx::helpers::BufferedWriter::ClazzBufferedWriter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::CharsetDecoder::ClazzCharsetDecoder>::operator log4cxx::helpers::CharsetDecoder::ClazzCharsetDecoder&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::CharsetDecoder> >::operator std::__1::shared_ptr<log4cxx::helpers::CharsetDecoder>&() Line | Count | Source | 72 | 1.04k | { | 73 | 1.04k | return value(); | 74 | 1.04k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::CharsetEncoder::ClazzCharsetEncoder>::operator log4cxx::helpers::CharsetEncoder::ClazzCharsetEncoder&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::CharsetEncoder> >::operator std::__1::shared_ptr<log4cxx::helpers::CharsetEncoder>&() Line | Count | Source | 72 | 1.25k | { | 73 | 1.25k | return value(); | 74 | 1.25k | } |
log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, log4cxx::helpers::Class const*> > > >::operator std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, log4cxx::helpers::Class const*> > >&() Line | Count | Source | 72 | 1.83k | { | 73 | 1.83k | return value(); | 74 | 1.83k | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ClassNamePatternConverter::ClazzClassNamePatternConverter>::operator log4cxx::pattern::ClassNamePatternConverter::ClazzClassNamePatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ColorStartPatternConverter::ClazzColorStartPatternConverter>::operator log4cxx::pattern::ColorStartPatternConverter::ClazzColorStartPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::ColorEndPatternConverter::ClazzColorEndPatternConverter>::operator log4cxx::pattern::ColorEndPatternConverter::ClazzColorEndPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::spi::Configurator::ClazzConfigurator>::operator log4cxx::spi::Configurator::ClazzConfigurator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::ConsoleAppender::ClazzConsoleAppender>::operator log4cxx::ConsoleAppender::ClazzConsoleAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Date::ClazzDate>::operator log4cxx::helpers::Date::ClazzDate&() Line | Count | Source | 72 | 11.2k | { | 73 | 11.2k | return value(); | 74 | 11.2k | } |
log4cxx::helpers::WideLife<log4cxx::pattern::DatePatternConverter::ClazzDatePatternConverter>::operator log4cxx::pattern::DatePatternConverter::ClazzDatePatternConverter&() Line | Count | Source | 72 | 9.37k | { | 73 | 9.37k | return value(); | 74 | 9.37k | } |
log4cxx::helpers::WideLife<log4cxx::DefaultLoggerFactory::ClazzDefaultLoggerFactory>::operator log4cxx::DefaultLoggerFactory::ClazzDefaultLoggerFactory&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::varia::FallbackErrorHandler::ClazzFallbackErrorHandler>::operator log4cxx::varia::FallbackErrorHandler::ClazzFallbackErrorHandler&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::FileInputStream::ClazzFileInputStream>::operator log4cxx::helpers::FileInputStream::ClazzFileInputStream&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FileLocationPatternConverter::ClazzFileLocationPatternConverter>::operator log4cxx::pattern::FileLocationPatternConverter::ClazzFileLocationPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FileRenameAction::ClazzFileRenameAction>::operator log4cxx::rolling::FileRenameAction::ClazzFileRenameAction&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FilterBasedTriggeringPolicy::ClazzFilterBasedTriggeringPolicy>::operator log4cxx::rolling::FilterBasedTriggeringPolicy::ClazzFilterBasedTriggeringPolicy&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::FixedWindowRollingPolicy::ClazzFixedWindowRollingPolicy>::operator log4cxx::rolling::FixedWindowRollingPolicy::ClazzFixedWindowRollingPolicy&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FormattingInfo::ClazzFormattingInfo>::operator log4cxx::pattern::FormattingInfo::ClazzFormattingInfo&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::FormattingInfo> >::operator std::__1::shared_ptr<log4cxx::pattern::FormattingInfo>&() Line | Count | Source | 72 | 310k | { | 73 | 310k | return value(); | 74 | 310k | } |
log4cxx::helpers::WideLife<log4cxx::pattern::FullLocationPatternConverter::ClazzFullLocationPatternConverter>::operator log4cxx::pattern::FullLocationPatternConverter::ClazzFullLocationPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::rolling::GZCompressAction::ClazzGZCompressAction>::operator log4cxx::rolling::GZCompressAction::ClazzGZCompressAction&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Hierarchy::ClazzHierarchy>::operator log4cxx::Hierarchy::ClazzHierarchy&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::spi::LoggerFactory> >::operator std::__1::shared_ptr<log4cxx::spi::LoggerFactory>&() Line | Count | Source | 72 | 623 | { | 73 | 623 | return value(); | 74 | 623 | } |
log4cxx::helpers::WideLife<log4cxx::HTMLLayout::ClazzHTMLLayout>::operator log4cxx::HTMLLayout::ClazzHTMLLayout&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InputStream::ClazzInputStream>::operator log4cxx::helpers::InputStream::ClazzInputStream&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InputStreamReader::ClazzInputStreamReader>::operator log4cxx::helpers::InputStreamReader::ClazzInputStreamReader&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Integer::ClazzInteger>::operator log4cxx::helpers::Integer::ClazzInteger&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::IntegerPatternConverter::ClazzIntegerPatternConverter>::operator log4cxx::pattern::IntegerPatternConverter::ClazzIntegerPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::JSONLayout::ClazzJSONLayout>::operator log4cxx::JSONLayout::ClazzJSONLayout&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::Layout::ClazzLayout>::operator log4cxx::Layout::ClazzLayout&() Line | Count | Source | 72 | 44 | { | 73 | 44 | return value(); | 74 | 44 | } |
log4cxx::helpers::WideLife<log4cxx::filter::LevelMatchFilter::ClazzLevelMatchFilter>::operator log4cxx::filter::LevelMatchFilter::ClazzLevelMatchFilter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LevelPatternConverter::ClazzLevelPatternConverter>::operator log4cxx::pattern::LevelPatternConverter::ClazzLevelPatternConverter&() Line | Count | Source | 72 | 30 | { | 73 | 30 | return value(); | 74 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::filter::LevelRangeFilter::ClazzLevelRangeFilter>::operator log4cxx::filter::LevelRangeFilter::ClazzLevelRangeFilter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LineLocationPatternConverter::ClazzLineLocationPatternConverter>::operator log4cxx::pattern::LineLocationPatternConverter::ClazzLineLocationPatternConverter&() Line | Count | Source | 72 | 30 | { | 73 | 30 | return value(); | 74 | 30 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LineSeparatorPatternConverter::ClazzLineSeparatorPatternConverter>::operator log4cxx::pattern::LineSeparatorPatternConverter::ClazzLineSeparatorPatternConverter&() Line | Count | Source | 72 | 653 | { | 73 | 653 | return value(); | 74 | 653 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LiteralPatternConverter::ClazzLiteralPatternConverter>::operator log4cxx::pattern::LiteralPatternConverter::ClazzLiteralPatternConverter&() Line | Count | Source | 72 | 3.77k | { | 73 | 3.77k | return value(); | 74 | 3.77k | } |
log4cxx::helpers::WideLife<log4cxx::filter::LocationInfoFilter::ClazzLocationInfoFilter>::operator log4cxx::filter::LocationInfoFilter::ClazzLocationInfoFilter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LoggerPatternConverter::ClazzLoggerPatternConverter>::operator log4cxx::pattern::LoggerPatternConverter::ClazzLoggerPatternConverter&() Line | Count | Source | 72 | 651 | { | 73 | 651 | return value(); | 74 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::LoggingEventPatternConverter::ClazzLoggingEventPatternConverter>::operator log4cxx::pattern::LoggingEventPatternConverter::ClazzLoggingEventPatternConverter&() Line | Count | Source | 72 | 8.16k | { | 73 | 8.16k | return value(); | 74 | 8.16k | } |
log4cxx::helpers::WideLife<log4cxx::rolling::ManualTriggeringPolicy::ClazzManualTriggeringPolicy>::operator log4cxx::rolling::ManualTriggeringPolicy::ClazzManualTriggeringPolicy&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MessagePatternConverter::ClazzMessagePatternConverter>::operator log4cxx::pattern::MessagePatternConverter::ClazzMessagePatternConverter&() Line | Count | Source | 72 | 653 | { | 73 | 653 | return value(); | 74 | 653 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MethodLocationPatternConverter::ClazzMethodLocationPatternConverter>::operator log4cxx::pattern::MethodLocationPatternConverter::ClazzMethodLocationPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NamePatternConverter::ClazzNamePatternConverter>::operator log4cxx::pattern::NamePatternConverter::ClazzNamePatternConverter&() Line | Count | Source | 72 | 651 | { | 73 | 651 | return value(); | 74 | 651 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MDCPatternConverter::ClazzMDCPatternConverter>::operator log4cxx::pattern::MDCPatternConverter::ClazzMDCPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NDCPatternConverter::ClazzNDCPatternConverter>::operator log4cxx::pattern::NDCPatternConverter::ClazzNDCPatternConverter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::db::ODBCAppender::ClazzODBCAppender>::operator log4cxx::db::ODBCAppender::ClazzODBCAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::OutputStreamWriter::ClazzOutputStreamWriter>::operator log4cxx::helpers::OutputStreamWriter::ClazzOutputStreamWriter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PatternConverter::ClazzPatternConverter>::operator log4cxx::pattern::PatternConverter::ClazzPatternConverter&() Line | Count | Source | 72 | 3.14k | { | 73 | 3.14k | return value(); | 74 | 3.14k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Reader::ClazzReader>::operator log4cxx::helpers::Reader::ClazzReader&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::SimpleLayout::ClazzSimpleLayout>::operator log4cxx::SimpleLayout::ClazzSimpleLayout&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::DefaultEvaluator::ClazzDefaultEvaluator>::operator log4cxx::net::DefaultEvaluator::ClazzDefaultEvaluator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::SMTPAppender::ClazzSMTPAppender>::operator log4cxx::net::SMTPAppender::ClazzSMTPAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::filter::StringMatchFilter::ClazzStringMatchFilter>::operator log4cxx::filter::StringMatchFilter::ClazzStringMatchFilter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SystemOutWriter::ClazzSystemOutWriter>::operator log4cxx::helpers::SystemOutWriter::ClazzSystemOutWriter&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::helpers::TimeZone> >::operator std::__1::shared_ptr<log4cxx::helpers::TimeZone>&() Line | Count | Source | 72 | 75.5k | { | 73 | 75.5k | return value(); | 74 | 75.5k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::TimeZone::ClazzTimeZone>::operator log4cxx::helpers::TimeZone::ClazzTimeZone&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::xml::XMLLayout::ClazzXMLLayout>::operator log4cxx::xml::XMLLayout::ClazzXMLLayout&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::TelnetAppender::ClazzTelnetAppender>::operator log4cxx::net::TelnetAppender::ClazzTelnetAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::XMLSocketAppender::ClazzXMLSocketAppender>::operator log4cxx::net::XMLSocketAppender::ClazzXMLSocketAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::net::SyslogAppender::ClazzSyslogAppender>::operator log4cxx::net::SyslogAppender::ClazzSyslogAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::AsyncAppender::ClazzAsyncAppender>::operator log4cxx::AsyncAppender::ClazzAsyncAppender&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DateFormat::ClazzDateFormat>::operator log4cxx::helpers::DateFormat::ClazzDateFormat&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::InetAddress::ClazzInetAddress>::operator log4cxx::helpers::InetAddress::ClazzInetAddress&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NameAbbreviator::ClazzNameAbbreviator>::operator log4cxx::pattern::NameAbbreviator::ClazzNameAbbreviator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::NOPAbbreviator::ClazzNOPAbbreviator>::operator log4cxx::pattern::NOPAbbreviator::ClazzNOPAbbreviator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::MaxElementAbbreviator::ClazzMaxElementAbbreviator>::operator log4cxx::pattern::MaxElementAbbreviator::ClazzMaxElementAbbreviator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::pattern::PatternAbbreviator::ClazzPatternAbbreviator>::operator log4cxx::pattern::PatternAbbreviator::ClazzPatternAbbreviator&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::shared_ptr<log4cxx::pattern::NameAbbreviator> >::operator std::__1::shared_ptr<log4cxx::pattern::NameAbbreviator>&() Line | Count | Source | 72 | 4.38k | { | 73 | 4.38k | return value(); | 74 | 4.38k | } |
log4cxx::helpers::WideLife<log4cxx::helpers::SocketOutputStream::ClazzSocketOutputStream>::operator log4cxx::helpers::SocketOutputStream::ClazzSocketOutputStream&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DatagramPacket::ClazzDatagramPacket>::operator log4cxx::helpers::DatagramPacket::ClazzDatagramPacket&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::DatagramSocket::ClazzDatagramSocket>::operator log4cxx::helpers::DatagramSocket::ClazzDatagramSocket&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<log4cxx::helpers::Socket::ClazzSocket>::operator log4cxx::helpers::Socket::ClazzSocket&() Line | Count | Source | 72 | 28 | { | 73 | 28 | return value(); | 74 | 28 | } |
log4cxx::helpers::WideLife<std::__1::map<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const, log4cxx::helpers::Class const*> > > >::operator std::__1::map<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> >, log4cxx::helpers::Class const*, std::__1::less<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const, log4cxx::helpers::Class const*> > >&() Line | Count | Source | 72 | 1.37k | { | 73 | 1.37k | return value(); | 74 | 1.37k | } |
log4cxx::helpers::WideLife<log4cxx::fuzzer::EncodingAppender::ClazzEncodingAppender>::operator log4cxx::fuzzer::EncodingAppender::ClazzEncodingAppender&() Line | Count | Source | 72 | 18 | { | 73 | 18 | return value(); | 74 | 18 | } |
|
75 | | |
76 | | operator const T&() const |
77 | 718k | { |
78 | 718k | return value(); |
79 | 718k | } Unexecuted instantiation: log4cxx::helpers::WideLife<log4cxx::spi::LocationInfo>::operator log4cxx::spi::LocationInfo const&() const log4cxx::helpers::WideLife<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::operator std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&() const Line | Count | Source | 77 | 469k | { | 78 | 469k | return value(); | 79 | 469k | } |
log4cxx::helpers::WideLife<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > >::operator std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const&() const Line | Count | Source | 77 | 249k | { | 78 | 249k | return value(); | 79 | 249k | } |
|
80 | | |
81 | | private: |
82 | | alignas(T) char storage[sizeof(T)]; |
83 | | // Non-copyable |
84 | | WideLife(const WideLife& other) = delete; |
85 | | WideLife(const WideLife&& other) = delete; |
86 | | // Non-assignable |
87 | | WideLife& operator=(const WideLife& other) = delete; |
88 | | WideLife& operator=(const WideLife&& other) = delete; |
89 | | }; // class WideLife |
90 | | } // namespace helpers |
91 | | } // namespace log4cx |
92 | | |
93 | | #endif //_LOG4CXX_HELPERS_WIDELIFE_H |