Searched defs:greedy_ (Results 1 – 3 of 3) sorted by relevance
376 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()
22 leaf_node (const std::size_t token_, const bool greedy_) : in leaf_node()64 virtual void greedy (const bool greedy_) in greedy()
20 iteration_node (node *next_, const bool greedy_) : in iteration_node()