Searched refs:region_index (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/msm/back/ |
D | state_machine.hpp | 440 …static HandledEnum execute(library_sm& fsm, int region_index, int state, transition_event const& e… in execute() 457 … fsm.m_states[region_index] = active_state_switching::after_guard(current_state,next_state); in execute() 462 … fsm.m_states[region_index] = active_state_switching::after_exit(current_state,next_state); in execute() 469 … fsm.m_states[region_index] = active_state_switching::after_action(current_state,next_state); in execute() 474 … fsm.m_states[region_index] = active_state_switching::after_entry(current_state,next_state); in execute() 520 …static HandledEnum execute(library_sm& fsm, int region_index, int state, transition_event const& e… in execute() 536 … fsm.m_states[region_index] = active_state_switching::after_guard(current_state,next_state); in execute() 541 … fsm.m_states[region_index] = active_state_switching::after_exit(current_state,next_state); in execute() 542 … fsm.m_states[region_index] = active_state_switching::after_action(current_state,next_state); in execute() 547 … fsm.m_states[region_index] = active_state_switching::after_entry(current_state,next_state); in execute() [all …]
|
D | dispatch_table.hpp | 69 execute(Fsm& fsm, int region_index , int state, Event const& evt, in execute() 74 HandledEnum res = first_row::execute(fsm,region_index,state,evt); in execute() 79 … execute<typename ::boost::mpl::pop_front<Sequence>::type>(fsm,region_index,state,evt, in execute() 92 static HandledEnum execute(Fsm& fsm, int region_index, int state, Event const& evt) in execute() 95 return execute_helper::template execute<Seq>(fsm,region_index,state,evt, in execute() 154 static HandledEnum execute(Fsm& fsm, int region_index, int state, Event const& evt) in execute() 157 return Transition::execute(fsm,region_index,state,forwarded); in execute()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 1663 float evaluate (unsigned int region_index, in evaluate() 1666 if (unlikely (region_index >= regionCount)) in evaluate() 1669 const VarRegionAxis *axes = axesZ.arrayZ + (region_index * axisCount); in evaluate()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 2583 float evaluate (unsigned int region_index, in evaluate() 2586 if (unlikely (region_index >= regionCount)) in evaluate() 2589 const VarRegionAxis *axes = axesZ.arrayZ + (region_index * axisCount); in evaluate()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 2847 float evaluate (unsigned int region_index, in evaluate() 2850 if (unlikely (region_index >= regionCount)) in evaluate() 2853 const VarRegionAxis *axes = axesZ.arrayZ + (region_index * axisCount); in evaluate()
|