Home
last modified time | relevance | path

Searched defs:greedy_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/
Dparser.hpp376 static void optional (const bool greedy_, in optional()
401 static void zero_or_more (const bool greedy_, in zero_or_more()
412 static void one_or_more (const bool greedy_, in one_or_more()
430 static void repeatn (const bool greedy_, const token &token_, in repeatn()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tree/
Dleaf_node.hpp22 leaf_node (const std::size_t token_, const bool greedy_) : in leaf_node()
64 virtual void greedy (const bool greedy_) in greedy()
Diteration_node.hpp20 iteration_node (node *next_, const bool greedy_) : in iteration_node()