/third_party/boost/boost/iostreams/detail/streambuf/ |
D | chainbuf.hpp | 101 struct sentry { struct in boost::iostreams::detail::chainbuf 102 sentry(chainbuf<Chain, Mode, Access>* buf) : buf_(buf) in sentry() argument 104 ~sentry() { buf_->get_pointers(); } in ~sentry() 105 chainbuf<Chain, Mode, Access>* buf_;
|
/third_party/boost/libs/log/test/run/ |
D | attr_named_scope.cpp | 60 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef 140 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef 165 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef 181 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef
|
D | form_named_scope.cpp | 107 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 251 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 296 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 329 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 451 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 483 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
|
/third_party/boost/boost/log/attributes/ |
D | named_scope.hpp | 365 struct sentry struct in boost::attributes::named_scope 374 …sentry(string_literal const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_nam… in sentry() function 383 ~sentry() BOOST_NOEXCEPT in ~sentry() 392 scope_entry m_Entry;
|
/third_party/boost/boost/convert/detail/ |
D | range.hpp | 79 sentry_type sentry () const { return base_type::end_; } in sentry() function 102 sentry_type sentry () const { return sentry_type(); } in sentry() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | string_view.cc | 61 std::ostream::sentry sentry(o); in operator <<() local
|
/third_party/abseil-cpp/absl/strings/ |
D | string_view.cc | 61 std::ostream::sentry sentry(o); in operator <<() local
|
/third_party/boost/boost/log/utility/ |
D | formatting_ostream.hpp | 154 class sentry : class in boost::basic_formatting_ostream 160 explicit sentry(basic_formatting_ostream& strm) : base_type(strm.stream()) in sentry() function in boost::basic_formatting_ostream::sentry
|
/third_party/boost/boost/log/expressions/ |
D | formatter.hpp | 78 typedef typename StreamT::sentry sentry; typedef in boost::expressions::aux::stream_ref
|
/third_party/python/Modules/ |
D | _lsprof.c | 513 ProfilerSubEntry *sentry = (ProfilerSubEntry*) node; in statsForSubEntry() local
|
/third_party/boost/boost/ |
D | rational.hpp | 940 detail::resetter sentry(is); in operator >>() local
|
/third_party/boost/boost/container/ |
D | string.hpp | 3359 typename std::basic_ostream<CharT, Traits>::sentry sentry(os); in operator <<() local 3394 typename std::basic_istream<CharT, Traits>::sentry sentry(is); in operator >>() local 3442 typename std::basic_istream<CharT, Traits>::sentry sentry(is, true); in getline() local
|