Home
last modified time | relevance | path

Searched refs:no_action (Results 1 – 25 of 55) sorted by relevance

123

/third_party/boost/boost/geometry/algorithms/
Dclear.hpp73 struct no_action struct
99 : detail::clear::no_action<Geometry>
104 : detail::clear::no_action<Geometry>
109 : detail::clear::no_action<Geometry>
/third_party/boost/libs/msm/doc/PDF/examples/
DOrthogonalDeferredEuml2.cpp72 BOOST_MSM_EUML_STATE(( no_action,
73 no_action,
110 no_action, // entry
111 no_action, // exit
169 no_action, // Entry
170 no_action, // Exit
DOrthogonalDeferredEuml.cpp75 BOOST_MSM_EUML_STATE(( no_action,
76 no_action,
111 no_action, // entry
112 no_action, // exit
165 no_action, // Entry
166 no_action, // Exit
DiPodSearchEuml.cpp73 no_action ),Insert) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
78 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
83 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
121 no_action, // Exit
DCompilerStressTestEuml.cpp189 no_action in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
222 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
266 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
274 Insert == StringFind + Found / (if_then_(true_,no_action)), in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
354 no_action, // Exit
DActivateStateBeforeTransitionEuml.cpp115 no_action, // Entry
116 no_action, // Exit
DSimpleTutorialEuml2.cpp94 no_action, // Entry
95 no_action, // Exit
DSimpleTimer.cpp63 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
78 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
DEumlInternal.cpp98 no_action, // Entry
99 no_action, // Exit
DFsmAsPtr.cpp101 no_action, // Entry
102 no_action, // Exit
DSimpleTutorialEuml.cpp126 no_action, // Entry
127 no_action, // Exit
/third_party/boost/libs/msm/doc/HTML/examples/
DOrthogonalDeferredEuml2.cpp72 BOOST_MSM_EUML_STATE(( no_action,
73 no_action,
110 no_action, // entry
111 no_action, // exit
169 no_action, // Entry
170 no_action, // Exit
DOrthogonalDeferredEuml.cpp75 BOOST_MSM_EUML_STATE(( no_action,
76 no_action,
111 no_action, // entry
112 no_action, // exit
165 no_action, // Entry
166 no_action, // Exit
DiPodSearchEuml.cpp73 no_action ),Insert) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
78 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
83 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
121 no_action, // Exit
DCompilerStressTestEuml.cpp189 no_action in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
222 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
266 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
274 Insert == StringFind + Found / (if_then_(true_,no_action)), in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
354 no_action, // Exit
DActivateStateBeforeTransitionEuml.cpp115 no_action, // Entry
116 no_action, // Exit
DSimpleTutorialEuml2.cpp94 no_action, // Entry
95 no_action, // Exit
DSimpleTimer.cpp63 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
78 no_action, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
DEumlInternal.cpp98 no_action, // Entry
99 no_action, // Exit
DFsmAsPtr.cpp101 no_action, // Entry
102 no_action, // Exit
/third_party/ntfs-3g/ntfsprogs/
Dntfsfix.c98 BOOL no_action; member
198 opt.no_action = TRUE; in parse_options()
309 if (!opt.no_action && OLD_ntfs_volume_set_flags(vol, flags)) { in set_dirty_flag()
718 if (!opt.no_action) { in fix_upcase()
1102 if (!res && !opt.no_action) { in fix_selfloc_conditions()
1261 if (!opt.no_action) { in try_fix_boot()
1267 if (!res && !opt.no_action) in try_fix_boot()
1401 if (opt.no_action) { in check_alternate_boot()
1570 flags = (opt.no_action ? NTFS_MNT_RDONLY : 0); in fix_mount()
1578 if (opt.no_action) in fix_mount()
[all …]
Dntfsmftalloc.c83 int no_action; /* -n, do not write to device, only display member
169 opts.no_action = 1; in parse_options()
313 if (opts.no_action) { in main()
/third_party/boost/boost/safe_numerics/
Dexception.hpp112 no_action = 0, enumerator
148 case safe_numerics_actions::no_action: in equivalent()
Dexception_policies.hpp102 return safe_numerics_actions::no_action; in make_safe_numerics_action()
108 return safe_numerics_actions::no_action; in make_safe_numerics_action()
/third_party/boost/boost/metaparse/v1/
Dgrammar.hpp301 struct no_action;
330 template <class Def, class Action = no_action>
337 struct add_rule<grammar_builder<Start, Rules, Actions>, P, no_action> :

123