Home
last modified time | relevance | path

Searched refs:node_stack_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tree/
Dnode.hpp73 const_node_stack node_stack_; in copy() local
78 node_stack_.push (this); in copy()
80 while (!node_stack_.empty ()) in copy()
84 down_ = node_stack_.top ()->traverse (node_stack_, in copy()
88 while (!down_ && !node_stack_.empty ()) in copy()
90 const node *top_ = node_stack_.top (); in copy()
95 if (!down_) node_stack_.pop (); in copy()
107 virtual bool traverse (const_node_stack &node_stack_,
Dselection_node.hpp40 virtual bool traverse (const_node_stack &node_stack_, in traverse() argument
56 node_stack_.push (_right); in traverse()
57 node_stack_.push (_left); in traverse()
Dsequence_node.hpp58 virtual bool traverse (const_node_stack &node_stack_, in traverse() argument
74 node_stack_.push (_right); in traverse()
75 node_stack_.push (_left); in traverse()
Diteration_node.hpp53 virtual bool traverse (const_node_stack &node_stack_, in traverse() argument
57 node_stack_.push (_next); in traverse()