Home
last modified time | relevance | path

Searched refs:from_stream (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/hana/example/
Dextend.cpp28 auto from_stream = hana::extend(hana::make_lazy(read_one<int>)(std::ref(s)), [](auto i) { in main() local
32 BOOST_HANA_RUNTIME_CHECK(hana::extract(from_stream) == 2); in main()
33 BOOST_HANA_RUNTIME_CHECK(hana::extract(from_stream) == 3); in main()
34 BOOST_HANA_RUNTIME_CHECK(hana::extract(from_stream) == 4); in main()
/third_party/boost/libs/date_time/test/gregorian/
Dtestparse_date.cpp208 check("from stream - stringstream", d == from_stream(iter, eos)); in main()
214 check("from stream - wstringstream", d == from_stream(witer, weos)); in main()
219 check("from stream - char[]", d == from_stream(d2_string, end)); in main()
224 check("from stream - string", d == from_stream(s1_start, s1_end)); in main()
229 check("from stream - wstring", d == from_stream(w1_start, w1_end)); in main()
/third_party/boost/boost/date_time/gregorian/
Dparsers.hpp83 inline date from_stream(iterator_type beg, iterator_type end) { in from_stream() function
Dgreg_facet.hpp220 d = from_stream(beg, eos); in operator >>()
/third_party/boost/libs/log/doc/tmp/
Dutility_reference.qbk190 [template boost_log_utility_setup_from_stream_hpp[][headerref boost/log/utility/setup/from_stream.h…