Home
last modified time | relevance | path

Searched defs:node_stack_ (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dmemory_tracker.h278 std::stack<MemoryRetainerNode*> node_stack_; variable
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/
Dselection_node.hpp40 virtual bool traverse (const_node_stack &node_stack_, in traverse()
Diteration_node.hpp53 virtual bool traverse (const_node_stack &node_stack_, in traverse()
Dsequence_node.hpp58 virtual bool traverse (const_node_stack &node_stack_, in traverse()
Dnode.hpp73 const_node_stack node_stack_; in copy() local
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dlexer.hpp1908 lexer_grammar(std::stack<node*> &node_stack_) in lexer_grammar()