Searched defs:Cmd (Results 1 – 4 of 4) sorted by relevance
269 struct Cmd { struct in CallbackOperationsHandler270 enum Type { CMD_REGISTER, CMD_UNREGISTER };272 Type type;273 int atomTag;274 std::shared_ptr<StatsPullAtomCallbackInternal> callback;
27 pub enum Cmd { enum
23 Cmd = 1 variable in Idc
232 Cmd = 1, enumerator