Home
last modified time | relevance | path

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

/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dpeek_utf8.hpp13 struct peek_utf8 struct
15 using data_t = char32_t;
16 using pair_t = input_pair< char32_t >;
19 [[nodiscard]] static pair_t peek( ParseInput& in ) noexcept( noexcept( in.empty() ) ) in peek()
33 …scard]] static pair_t peek_impl( ParseInput& in, char32_t c0 ) noexcept( noexcept( in.size( 4 ) ) ) in peek_impl()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dpeek_utf8.hpp17 struct peek_utf8 struct
19 using data_t = char32_t;
20 using pair_t = input_pair< char32_t >;
23 static pair_t peek( Input& in ) noexcept( noexcept( in.empty() ) ) in peek()
37 static pair_t peek_impl( Input& in, char32_t c0 ) noexcept( noexcept( in.size( 4 ) ) ) in peek_impl()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dpeek_utf8.hpp17 struct peek_utf8 struct
19 using data_t = char32_t;
20 using pair_t = input_pair< char32_t >;
23 static pair_t peek( Input& in ) noexcept( noexcept( in.size( 4 ) ) ) in peek()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dpeek_utf8.hpp17 struct peek_utf8 struct
19 using data_t = char32_t;
20 using pair_t = input_pair< char32_t >;
23 static pair_t peek( Input& in ) noexcept( noexcept( in.size( 4 ) ) ) in peek()