Searched refs:subgraph_depth (Results 1 – 1 of 1) sorted by relevance
159 : self(self), subgraph_depth(0), keyword_p("0-9a-zA-Z_") in definition()260 >> ch_p('{')[++var(subgraph_depth)] >> stmt_list in definition()261 >> ch_p('}')[--var(subgraph_depth)] in definition()327 if (subgraph_depth > 0) in memoize_node()378 if (subgraph_depth > 0) in activate_edge()427 = subgraph_depth == 0 ? nodes : subgraph.nodes(); in default_node_prop()428 props_t& node_props_ = subgraph_depth == 0 in default_node_prop()451 = subgraph_depth == 0 ? edges : subgraph.edges(); in default_edge_prop()452 props_t& edge_props_ = subgraph_depth == 0 in default_edge_prop()537 int subgraph_depth; member