/third_party/boost/libs/msm/doc/PDF/examples/distributed_table/ |
D | Empty.hpp | 27 struct Empty : public msm::front::state<> struct 30 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() argument 32 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() argument 38 …msm::front::a_row2 < Empty , open_close , Open , Empty,&Empty::open_drawer … argument
|
/third_party/boost/libs/msm/doc/HTML/examples/distributed_table/ |
D | Empty.hpp | 27 struct Empty : public msm::front::state<> struct 30 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() argument 32 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() argument 38 …msm::front::a_row2 < Empty , open_close , Open , Empty,&Empty::open_drawer … argument
|
/third_party/boost/libs/msm/test/ |
D | SimpleInternalFunctors.cpp | 73 struct Empty : public msm::front::state<> struct 76 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry() 78 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() 79 int entry_counter; 80 int exit_counter; 81 unsigned int empty_internal_guard_counter; 82 unsigned int empty_internal_action_counter; 83 struct internal_guard_fct 92 struct internal_action_fct 101 struct internal_transition_table : mpl::vector<
|
D | Serialize.cpp | 80 struct Empty : public msm::front::state<> struct 83 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry() 85 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() 86 int entry_counter; 87 int exit_counter; 88 int some_dummy_data; 90 typedef int do_serialize; 92 void serialize(Archive & ar, const unsigned int ) in serialize()
|
D | TestConstructor.cpp | 72 struct Empty : public msm::front::state<> struct 74 int data_; 75 Empty():data_(0){} in Empty() function 76 Empty(int i):data_(i){} in Empty() function 79 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 81 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
|
D | SimpleMachine.cpp | 62 struct Empty : public msm::front::state<> struct 65 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry() 67 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() 68 int entry_counter; 69 int exit_counter;
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | Serialize.cpp | 60 struct Empty : public msm::front::state<> struct 63 typedef int do_serialize; 65 void serialize(Archive & ar, const unsigned int ) in serialize() 69 Empty():some_dummy_data(0){} in Empty() function 72 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 74 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 75 int some_dummy_data;
|
D | SimpleTutorial2.cpp | 63 struct Empty : public msm::front::state<> struct 67 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 69 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 70 void open_drawer(open_close const&) { std::cout << "Empty::open_drawer\n"; } in open_drawer() 72 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 73 bool internal_guard(cd_detected const&) in internal_guard()
|
D | SCSimple.cpp | 60 struct Empty : sc::simple_state< Empty, player > struct 62 Empty() { /*std::cout << "entering Empty" << std::endl;*/ } // entry in Empty() function 63 ~Empty() { /*std::cout << "leaving Empty" << std::endl;*/ } // exit in ~Empty() 68 player, &player::store_cd_info > > reactions;
|
D | Constructor.cpp | 67 struct Empty : public msm::front::state<> struct 69 int data_; 70 Empty():data_(0){} in Empty() argument 71 Empty(int i):data_(i){} in Empty() function 74 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 76 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
|
D | TestInternal.cpp | 94 struct Empty : public msm::front::state<> struct 98 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 100 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 102 struct internal_guard_fct 111 struct internal_action_fct 119 … void internal_action(to_ignore const&) { std::cout << "Empty::(almost)ignoring event\n"; } in internal_action() 121 struct internal_transition_table : mpl::vector<
|
D | SimpleTutorialInternalFunctors.cpp | 58 struct Empty : public msm::front::state<> struct 62 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 65 struct internal_guard_fct 74 struct internal_action_fct 83 struct internal_transition_table : mpl::vector<
|
D | SCComposite.cpp | 61 struct Empty : sc::simple_state< Empty, player > struct 63 Empty() { /*std::cout << "entering Empty" << std::endl;*/ } // entry in Empty() function 64 ~Empty() { /*std::cout << "leaving Empty" << std::endl;*/ } // exit in ~Empty() 69 player, &player::store_cd_info > > reactions;
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | Serialize.cpp | 60 struct Empty : public msm::front::state<> struct 63 typedef int do_serialize; 65 void serialize(Archive & ar, const unsigned int ) in serialize() 69 Empty():some_dummy_data(0){} in Empty() argument 72 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 74 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 75 int some_dummy_data;
|
D | SimpleTutorial2.cpp | 63 struct Empty : public msm::front::state<> struct 67 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 69 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 70 void open_drawer(open_close const&) { std::cout << "Empty::open_drawer\n"; } in open_drawer() 72 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 73 bool internal_guard(cd_detected const&) in internal_guard()
|
D | SCSimple.cpp | 60 struct Empty : sc::simple_state< Empty, player > struct 62 Empty() { /*std::cout << "entering Empty" << std::endl;*/ } // entry in Empty() function 63 ~Empty() { /*std::cout << "leaving Empty" << std::endl;*/ } // exit in ~Empty() 68 player, &player::store_cd_info > > reactions;
|
D | Constructor.cpp | 67 struct Empty : public msm::front::state<> struct 69 int data_; 70 Empty():data_(0){} in Empty() function 71 Empty(int i):data_(i){} in Empty() argument 74 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 76 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
|
D | TestInternal.cpp | 94 struct Empty : public msm::front::state<> struct 98 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 100 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 102 struct internal_guard_fct 111 struct internal_action_fct 119 … void internal_action(to_ignore const&) { std::cout << "Empty::(almost)ignoring event\n"; } in internal_action() 121 struct internal_transition_table : mpl::vector<
|
D | SimpleTutorialInternalFunctors.cpp | 58 struct Empty : public msm::front::state<> struct 62 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry() 64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() 65 struct internal_guard_fct 74 struct internal_action_fct 83 struct internal_transition_table : mpl::vector<
|
D | SCComposite.cpp | 61 struct Empty : sc::simple_state< Empty, player > struct 63 Empty() { /*std::cout << "entering Empty" << std::endl;*/ } // entry in Empty() function 64 ~Empty() { /*std::cout << "leaving Empty" << std::endl;*/ } // exit in ~Empty() 69 player, &player::store_cd_info > > reactions;
|
/third_party/node/deps/npm/node_modules/function-bind/ |
D | implementation.js | 45 var Empty = function Empty() {}; class 46 Empty.prototype = target.prototype; class
|
/third_party/protobuf/src/google/protobuf/ |
D | empty.pb.h | 58 class Empty; variable 72 inline Empty() : Empty(nullptr) {} in Empty() function 76 Empty(Empty&& from) noexcept in Empty() function
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Empty.cs | 53 public sealed partial class Empty : pb::IMessage<Empty> class 74 public Empty() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty 81 public Empty(Empty other) : this() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Empty.cs | 48 public sealed partial class Empty : pb::IMessage<Empty> class 69 public Empty() { in Empty() method in Grpc.Testing.Empty 76 public Empty(Empty other) : this() { in Empty() method in Grpc.Testing.Empty
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxSpreadAttributesResolution17.js | 10 export class Empty extends React.Component<{}, {}> { class 43 function Empty() { class in Empty
|