Home
last modified time | relevance | path

Searched defs:if_must (Results 1 – 8 of 8) sorted by relevance

/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dif_must.hpp19 struct if_must struct
21 using rule_t = if_must;
22 using subs_t = type_list< Cond, must< Rules... > >;
32 [[nodiscard]] static bool match( ParseInput& in, States&&... st ) in match()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dif_must.hpp25 struct if_must struct
27 …analyze_t = analysis::counted< analysis::rule_type::seq, Default ? 0 : 1, Cond, must< Rules... > >;
37 static bool match( Input& in, States&&... st ) in match()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dif_must.hpp26 struct if_must struct
28 …analyze_t = analysis::counted< analysis::rule_type::SEQ, Default ? 0 : 1, Cond, must< Rules... > >;
36 static bool match( Input& in, States&&... st ) in match()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dif_must.hpp19 using if_must = seq< Cond, must< Thens... > >; typedef
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Drules.hpp31 …template< typename Cond, typename... Thens > struct if_must : internal::if_must< Cond, Thens... > … struct
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Drules.hpp31 …template< typename Cond, typename... Thens > struct if_must : internal::if_must< false, Cond, Then… struct
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Drules.hpp31 …template< typename Cond, typename... Thens > struct if_must : internal::if_must< false, Cond, Then… struct
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/
H A Drules.hpp30 …template< typename Cond, typename... Thens > struct if_must : internal::if_must< false, Cond, Then… struct