Home
last modified time | relevance | path

Searched refs:counting_streambuf (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/histogram/detail/
Dcounting_streambuf.hpp20 struct counting_streambuf : std::basic_streambuf<CharT, Traits> { struct
27 counting_streambuf(std::streamsize& c) : p_count(&c) {} in counting_streambuf() function
45 counting_streambuf<C, T> csb;
/third_party/boost/libs/histogram/test/
Ddetail_misc_test.cpp109 dtl::counting_streambuf<char> csb(count); in main()
/third_party/boost/boost/histogram/
Dostream.hpp101 counting_streambuf<char_type, traits_type> cbuf_;