Home
last modified time | relevance | path

Searched refs:sentry (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/boost/iostreams/detail/streambuf/
Dchainbuf.hpp55 { sentry t(this); return translate(delegate().underflow()); } in underflow()
57 { sentry t(this); return translate(delegate().pbackfail(c)); } in pbackfail()
59 { sentry t(this); return delegate().xsgetn(s, n); } in xsgetn()
61 { sentry t(this); return translate(delegate().overflow(c)); } in overflow()
63 { sentry t(this); return delegate().xsputn(s, n); } in xsputn()
64 int sync() { sentry t(this); return delegate().sync(); } in sync()
68 { sentry t(this); return delegate().seekoff(off, way, which); } in seekoff()
72 { sentry t(this); return delegate().seekpos(sp, which); } in seekpos()
101 struct sentry { struct in boost::iostreams::detail::chainbuf
102 sentry(chainbuf<Chain, Mode, Access>* buf) : buf_(buf) in sentry() argument
[all …]
/third_party/boost/libs/log/test/run/
Dattr_named_scope.cpp60 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef
69 sentry scope1(scope_data::scope1(), scope_data::file(), line1); in BOOST_AUTO_TEST_CASE()
140 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef
146 sentry scope1(scope_data::scope1(), scope_data::file(), __LINE__); in BOOST_AUTO_TEST_CASE()
150 sentry scope2(scope_data::scope2(), scope_data::file(), __LINE__); in BOOST_AUTO_TEST_CASE()
165 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef
168 sentry scope1(scope_data::scope1(), scope_data::file(), __LINE__); in BOOST_AUTO_TEST_CASE()
169 sentry scope2(scope_data::scope2(), scope_data::file(), __LINE__); in BOOST_AUTO_TEST_CASE()
181 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() typedef
185 sentry scope1(scope_data::scope1(), scope_data::file(), __LINE__); in BOOST_AUTO_TEST_CASE()
[all …]
Dform_named_scope.cpp107 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
120 sentry scope1(data::scope1(), data::file(), line1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
122 sentry scope2(data::scope2(), data::file(), line2); in BOOST_AUTO_TEST_CASE_TEMPLATE()
251 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
280 sentry scope1(data::scope1(), data::file(), line1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
282 sentry scope2(data::scope2(), data::file(), line2); in BOOST_AUTO_TEST_CASE_TEMPLATE()
296 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
308 sentry scope1(data::scope1(), data::posix_file(), line1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
329 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
341 sentry scope1(data::scope1(), data::windows_file1(), line1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/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() argument
388 BOOST_DELETED_FUNCTION(sentry(sentry const&))
389 BOOST_DELETED_FUNCTION(sentry& operator= (sentry const&))
442 …BOOST_LOG_UNUSED_VARIABLE(::boost::log::attributes::named_scope::sentry, var, (name, file, line, t…
/third_party/boost/boost/date_time/gregorian/
Dgregorian_io.hpp77 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
138 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
202 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
261 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
318 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
359 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
400 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
458 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
515 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
573 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
[all …]
/third_party/boost/libs/convert/doc/
Dtools.qbk13 …dation of the [begin, end)-based ranges (such as ['std::string]) and the sentry-based ranges (such…
15 for (auto s = range.begin(); s != range.sentry(); ++s)
17 without the penalty or the need for an extra traversal of the sentry-based ranges in order to find …
/third_party/boost/boost/chrono/io/
Dduration_io.hpp145 typename std::basic_ostream<CharT, Traits>::sentry opfx(os); in operator <<()
200 typename std::basic_ostream<CharT, Traits>::sentry opfx(os); in operator <<()
258 typename std::basic_istream<CharT, Traits>::sentry ipfx(is); in operator >>()
Dtime_point_io.hpp659 typename std::basic_ostream<CharT, Traits>::sentry opfx(os); in operator <<()
714 typename std::basic_istream<CharT, Traits>::sentry ipfx(is); in operator >>()
923 typename std::basic_ostream<CharT, Traits>::sentry ok(os); in operator <<()
1107 typename std::basic_istream<CharT, Traits>::sentry ok(is); in operator >>()
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp154 class sentry : class in boost::basic_formatting_ostream
155 public ostream_type::sentry
157 typedef typename ostream_type::sentry base_type;
160 explicit sentry(basic_formatting_ostream& strm) : base_type(strm.stream()) in sentry() function in boost::basic_formatting_ostream::sentry
168 BOOST_DELETED_FUNCTION(sentry(sentry const&))
169 BOOST_DELETED_FUNCTION(sentry& operator= (sentry const&))
402 sentry guard(*this); in write()
731 sentry guard(*this); in formatted_write()
750 sentry guard(*this); in formatted_write()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view.cc61 std::ostream::sentry sentry(o); in operator <<() local
62 if (sentry) { in operator <<()
/third_party/abseil-cpp/absl/strings/
Dstring_view.cc61 std::ostream::sentry sentry(o); in operator <<() local
62 if (sentry) { in operator <<()
/third_party/python/Modules/
D_lsprof.c513 ProfilerSubEntry *sentry = (ProfilerSubEntry*) node; in statsForSubEntry() local
515 ProfilerEntry *entry = (ProfilerEntry*) sentry->header.key; in statsForSubEntry()
521 sentry->callcount, in statsForSubEntry()
522 sentry->recursivecallcount, in statsForSubEntry()
523 collect->factor * sentry->tt, in statsForSubEntry()
524 collect->factor * sentry->it); in statsForSubEntry()
/third_party/boost/boost/date_time/posix_time/
Dposix_time_io.hpp74 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
141 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
205 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
/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/boost/boost/logic/
Dtribool_io.hpp178 typename std::basic_ostream<CharT, Traits>::sentry cerberus(out); in operator <<()
254 typename std::basic_istream<CharT, Traits>::sentry cerberus(in); in operator >>()
/third_party/boost/boost/uuid/
Duuid_io.hpp37 const typename std::basic_ostream<ch, char_traits>::sentry ok(os); in operator <<()
75 const typename std::basic_istream<ch, char_traits>::sentry ok(is); in operator >>()
/third_party/boost/boost/date_time/local_time/
Dlocal_time_io.hpp68 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
153 typename std::basic_istream<CharT, Traits>::sentry strm_sentry(is, false); in operator >>()
/third_party/boost/boost/io/
Dostream_put.hpp24 typename stream::sentry entry(os); in ostream_put()
Dquoted.hpp98 typename stream::sentry entry(os); in quoted_out()
/third_party/boost/libs/log/doc/tmp/
Dattributes_reference.qbk106 …class_attributes_named_scope_sentry[][classref boost::log::attributes::named_scope::sentry sentry]]
/third_party/boost/boost/utility/
Dostream_string.hpp71 typename stream::sentry entry(os); in ostream_string()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.inl159 typename std::basic_ostream<CTy, CTr>::sentry const cerberus(os);
233 typename std::basic_ostream<CTy,CTr>::sentry const cerberus(os);
375 typename std::basic_ostream<CTy,CTr>::sentry const cerberus(os);
/third_party/boost/boost/container/
Dstring.hpp3359 typename std::basic_ostream<CharT, Traits>::sentry sentry(os); in operator <<() local
3362 if (sentry) { in operator <<()
3394 typename std::basic_istream<CharT, Traits>::sentry sentry(is); in operator >>() local
3396 if (sentry) { in operator >>()
3442 typename std::basic_istream<CharT, Traits>::sentry sentry(is, true); in getline() local
3443 if (sentry) { in getline()
/third_party/boost/boost/log/expressions/
Dformatter.hpp78 typedef typename StreamT::sentry sentry; typedef in boost::expressions::aux::stream_ref
/third_party/boost/boost/convert/
Dstrtol.hpp182 for (; s != range.sentry(); ++s) in str_to_i()

12