Home
last modified time | relevance | path

Searched refs:eolf (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Dascii_eolf.cpp13 verify_analyze< eolf >( __LINE__, __FILE__, false, false ); in unit_test()
15 verify_rule< eolf >( __LINE__, __FILE__, "", result_type::success, 0 ); in unit_test()
20 verify_rule< eolf, eol::lf >( __LINE__, __FILE__, " ", result_type::local_failure, 1 ); in unit_test()
22 verify_rule< eolf, eol::lf >( __LINE__, __FILE__, "\n", result_type::success, 0 ); in unit_test()
24 verify_rule< eolf, eol::lf >( __LINE__, __FILE__, "\n\r", result_type::success, 1 ); in unit_test()
25 verify_rule< eolf, eol::lf >( __LINE__, __FILE__, "\n\r\n", result_type::success, 2 ); in unit_test()
26 verify_rule< eolf, eol::lf >( __LINE__, __FILE__, "\n\r\r", result_type::success, 2 ); in unit_test()
27 verify_rule< eolf, eol::lf >( __LINE__, __FILE__, "\na", result_type::success, 1 ); in unit_test()
34 verify_rule< eolf, eol::cr >( __LINE__, __FILE__, "\r", result_type::success, 0 ); in unit_test()
36 verify_rule< eolf, eol::cr >( __LINE__, __FILE__, "\r\n", result_type::success, 1 ); in unit_test()
[all …]
H A Dascii_classes.cpp109 verify_char< eolf >( __LINE__, __FILE__, c, is_newline ); in unit_test()
H A Dcontrib_analyze.cpp35 verify_analyze< eolf >( __LINE__, __FILE__, false, false ); in unit_test()
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Deolf.hpp15 struct eolf struct
17 using rule_t = eolf; argument
29 inline constexpr bool enable_control< eolf > = false;
/dports/devel/pegtl/PEGTL-3.0.0/src/example/pegtl/
H A Dindent_aware.cpp51 struct space_line : pegtl::seq< s1, pegtl::eolf > {};
52 struct hash_line : pegtl::seq< s0, hs, pegtl::until< pegtl::eolf > > {};
54 …er : pegtl::must< s0, pegtl::opt< hs, pegtl::until< pegtl::at< pegtl::eolf > > >, pegtl::eolf > {};
66 struct nothing : pegtl::eolf {};
H A Dcsv1.cpp34 struct value_line : pegtl::if_must< value_list, pegtl::eolf > {};
35 struct comment_line : pegtl::seq< pegtl::one< '#' >, pegtl::until< pegtl::eolf > > {};
H A Dmodulus_match.cpp30 : until< eolf, must< my_rule< 3 > > >
H A Ds_expression.cpp12 struct hash_comment : tao::pegtl::until< tao::pegtl::eolf > {};
H A Dcalculator.cpp190 : if_must< one< '#' >, until< eolf > >
H A Dproto3.cpp11 struct comment : seq< two< '/' >, until< eolf > > {};
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Deolf.hpp19 struct eolf struct
32 struct skip_control< eolf > : std::true_type
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Deolf.hpp19 struct eolf struct
32 struct skip_control< eolf > : std::true_type
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Deolf.hpp19 struct eolf struct
32 struct skip_control< eolf > : std::true_type
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Dascii.hpp25 struct eolf : internal::eolf {}; struct
40 …g : internal::if_must< false, internal::string< '#', '!' >, internal::until< internal::eolf > > {};
H A Dmemory_input.hpp344 using grammar = internal::until< internal::at< internal::eolf > >; in end_of_line()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dascii.hpp25 struct eolf : internal::eolf {}; struct
40 … shebang : internal::if_must< internal::string< '#', '!' >, internal::until< internal::eolf > > {};
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dascii.hpp27 struct eolf : internal::eolf {}; struct
43 …g : internal::if_must< false, internal::string< '#', '!' >, internal::until< internal::eolf > > {};
H A Dmemory_input.hpp358 using grammar = internal::until< internal::at< internal::eolf > >; in end_of_line()
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/
H A Drules.hpp27 struct eolf : internal::eolf {}; struct
H A Dascii.hpp39 …struct shebang : internal::seq< internal::string< '#', '!' >, internal::until< internal::eolf > > …
H A Dmemory_input.hpp348 using grammar = internal::until< internal::at< internal::eolf > >; in end_of_line()
/dports/math/vtk8/VTK-8.2.0/IO/MotionFX/
H A DvtkMotionFXCFGGrammar.h87 struct Comment : seq<string<';'>, until<eolf>> {};
/dports/math/vtk9/VTK-9.1.0/IO/MotionFX/
H A DvtkMotionFXCFGGrammar.h125 struct Comment : seq<string<';'>, until<eolf>>
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/contrib/
H A Danalyze_traits.hpp129 struct analyze_traits< Name, internal::eolf >
/dports/devel/pegtl/PEGTL-3.0.0/doc/
H A DRule-Reference.md562 ###### `eolf`
566 - `eolf::rule_t` is `internal::eolf`
770 * [Equivalent] to `if_must< string< '#', '!' >, until< eolf > >`.
772 …ule_t` is `internal::seq< false, internal::string< '#', '!' >, internal::until< internal::eolf > >`
773 …:shebang::subs_t` is `type_list< internal::string< '#', '!' >, internal::until< internal::eolf > >`
1403 * [`eolf`](#eolf) <sup>[(atomic rules)](#atomic-rules)</sup>

123