Searched refs:attributes_type (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/msm/front/detail/ |
D | common_states.hpp | 29 typedef Attributes attributes_type; typedef 31 typename ::boost::fusion::result_of::at_key<attributes_type, 40 typename ::boost::fusion::result_of::at_key<attributes_type, 46 typename ::boost::fusion::result_of::at_key< attributes_type, in get_attribute() 61 typedef Attributes attributes_type; typedef
|
/third_party/boost/boost/msm/front/euml/ |
D | state_grammar.hpp | 745 typedef typename boost::result_of<BuildAttributes(Attr)>::type attributes_type; in build_state() typedef 748 …return func_state<StateNameTag,entry_action,exit_action,attributes_type,flags_type,deferred_type,B… in build_state() 771 typedef typename boost::result_of<BuildAttributes(Attr)>::type attributes_type; in build_state() typedef 774 …return func_state<StateNameTag,entry_action,exit_action,attributes_type,flags_type,deferred_type>(… in build_state() 795 typedef typename boost::result_of<BuildAttributes(Attr)>::type attributes_type; in build_state() typedef 796 return func_state<StateNameTag,entry_action,exit_action,attributes_type>(); in build_state() 986 typedef typename boost::result_of<BuildAttributes(Attr)>::type attributes_type; in build_sm() typedef 987 … return func_state_machine<StateNameTag,STT,init_type,entry_action,exit_action,attributes_type>(); in build_sm() 1014 typedef typename boost::result_of<BuildAttributes(Attr)>::type attributes_type; in build_sm() typedef 1018 …return func_state_machine<StateNameTag,STT,init_type,entry_action,exit_action,attributes_type,flag… in build_sm() [all …]
|
D | common.hpp | 140 typedef typename T::attributes_type type; 378 typedef typename ::boost::fusion::result_of::at_key<typename SourceState::attributes_type, 428 typedef typename ::boost::fusion::result_of::at_key<typename TargetState::attributes_type, 478 typedef typename ::boost::fusion::result_of::at_key<typename STATE::attributes_type, 531 typename ::boost::fusion::result_of::at_key<typename Event::attributes_type, 538 typename ::boost::fusion::result_of::at_key<typename EVT::attributes_type, 605 typedef typename ::boost::fusion::result_of::at_key<typename FSM::attributes_type, 611 typedef typename ::boost::fusion::result_of::at_key<typename FSM::attributes_type, 816 ::boost::fusion::result_of::at_key<typename SourceState::attributes_type, 836 ::boost::fusion::result_of::at_key<typename TargetState::attributes_type, [all …]
|
/third_party/boost/boost/spirit/home/support/ |
D | context.hpp | 100 typedef Attributes attributes_type; typedef 132 typedef typename Context::attributes_type type; 138 typedef typename Context::attributes_type const type; 176 attributes_type; typedef 179 fusion::result_of::size<attributes_type>::type 188 fusion::result_of::at_c<attributes_type, N>::type
|
/third_party/mindspore/mindspore/core/abstract/ |
D | abstract_value.cc | 764 ClassAttrVector attributes_type; in BuildType() local 769 attributes_type.push_back(elem); in BuildType() 772 return std::make_shared<Class>(tag_, attributes_type, methods_); in BuildType()
|