Home
last modified time | relevance | path

Searched defs:sentry (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/iostreams/detail/streambuf/
Dchainbuf.hpp101 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/
Dattr_named_scope.cpp60 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
Dform_named_scope.cpp107 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/
Dnamed_scope.hpp365 struct sentry struct in boost::attributes::named_scope
374sentry(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/
Drange.hpp79 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/
Dstring_view.cc61 std::ostream::sentry sentry(o); in operator <<() local
/third_party/abseil-cpp/absl/strings/
Dstring_view.cc61 std::ostream::sentry sentry(o); in operator <<() local
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp154 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/
Dformatter.hpp78 typedef typename StreamT::sentry sentry; typedef in boost::expressions::aux::stream_ref
/third_party/python/Modules/
D_lsprof.c513 ProfilerSubEntry *sentry = (ProfilerSubEntry*) node; in statsForSubEntry() local
/third_party/boost/boost/
Drational.hpp940 detail::resetter sentry(is); in operator >>() local
/third_party/boost/boost/container/
Dstring.hpp3359 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