Home
last modified time | relevance | path

Searched defs:cstream_reader (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dcstream_reader.hpp20 struct cstream_reader struct
22 explicit cstream_reader( std::FILE* s ) noexcept in cstream_reader() function
28 std::size_t operator()( char* buffer, const std::size_t length ) const in operator ()()
41 std::FILE* m_cstream;
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dcstream_reader.hpp20 struct cstream_reader struct
22 explicit cstream_reader( std::FILE* s ) noexcept in cstream_reader() argument
28 std::size_t operator()( char* buffer, const std::size_t length ) in operator ()()
41 std::FILE* m_cstream;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dcstream_reader.hpp20 struct cstream_reader struct
22 explicit cstream_reader( std::FILE* s ) noexcept in cstream_reader() function
28 std::size_t operator()( char* buffer, const std::size_t length ) in operator ()()
41 std::FILE* m_cstream;
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dcstream_reader.hpp17 struct cstream_reader struct
19 explicit cstream_reader( std::FILE* s ) noexcept in cstream_reader() argument
25 [[nodiscard]] std::size_t operator()( char* buffer, const std::size_t length ) const in operator ()()
44 std::FILE* m_cstream;