Home
last modified time | relevance | path

Searched refs:BOOST_LOG_NRVO_RESULT (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/log/detail/
Dconfig.hpp200 #define BOOST_LOG_NRVO_RESULT(x) x macro
202 #define BOOST_LOG_NRVO_RESULT(x) boost::move(x) macro
Dformat.hpp204 return BOOST_LOG_NRVO_RESULT(result); in str()
/third_party/boost/boost/log/expressions/formatters/
Dwrap_formatter.hpp206 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
217 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
Ddate_time.hpp131 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
142 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
Dmax_size_decorator.hpp359 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
400 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
Dchar_decorator.hpp446 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
478 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
Dnamed_scope.hpp342 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
353 return BOOST_LOG_NRVO_RESULT(str); in operator ()()
/third_party/boost/libs/log/src/posix/
Dobject_name.cpp147 return BOOST_LOG_NRVO_RESULT(prefix);
/third_party/boost/libs/log/src/
Dformat_parser.cpp130 return BOOST_LOG_NRVO_RESULT(descr); in parse_format()
/third_party/boost/libs/log/src/windows/
Dobject_name.cpp204 return BOOST_LOG_NRVO_RESULT(prefix);
/third_party/boost/libs/log/src/setup/
Dsettings_parser.cpp243 return BOOST_LOG_NRVO_RESULT(settings);