Searched refs:state2_ (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/graph/ |
D | vf2_sub_graph_iso.hpp | 447 base_state< Graph2, Graph1, IndexMap2, IndexMap1 > state2_; member in boost::detail::state 486 , state2_(graph2, graph1, index_map2, index_map1) in state() 494 state2_.push(w, v); in push() 502 state2_.pop(w, v); in pop() 588 if (state2_.in_core(w) || (w == w_new)) in feasible() 594 v = state2_.core(w); in feasible() 606 if (0 < state2_.in_depth(w)) in feasible() 608 if (0 < state2_.out_depth(w)) in feasible() 610 if ((state2_.in_depth(w) == 0) in feasible() 611 && (state2_.out_depth(w) == 0)) in feasible() [all …]
|
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/ |
D | re_tokeniser.hpp | 302 state state2_ (str_ + 1, str_ + str_len_, state_._flags, in escape() local 305 charset (state2_, map_, token_); in escape()
|