Searched defs:CommandInfo (Results 1 – 8 of 8) sorted by relevance
33 struct CommandInfo { struct34 unsigned getID() const { in getID()38 const char *Name;41 const char *EndCommandName;43 unsigned ID : 8;47 unsigned NumArgs : 4;50 unsigned IsInlineCommand : 1;53 unsigned IsBlockCommand : 1;57 unsigned IsBriefCommand : 1;60 unsigned IsReturnsCommand : 1;[all …]
66 struct CommandInfo { struct77 typedef std::map<base::StringPiece, CommandInfo> CommandInfoMap; argument
16 CommandInfo::CommandInfo() in CommandInfo() function in commands::CommandInfo22 CommandInfo::CommandInfo(const char* in_help_short, in CommandInfo() function in commands::CommandInfo
116 struct CommandInfo { struct117 uint8 arg_flags; // How to handle the arguments for this command118 uint8 cmd_flags; // How to handle this command119 uint16 arg_count; // How many arguments are expected for this command.
1837 struct CommandInfo { struct in gpu::gles2::GLES2DecoderImpl1838 CmdHandler cmd_handler;1839 uint8 arg_flags; // How to handle the arguments for this command1840 uint8 cmd_flags; // How to handle this command1841 uint16 arg_count; // How many arguments are expected for this command.
253 struct CommandInfo { struct267 int* pattern, CommandInfo* result, int numCommands) { in match() argument
273 struct CommandInfo { struct287 int* pattern, CommandInfo* result, int numCommands) { in match() argument
359 typedef struct CommandInfo CommandInfo; typedef2091 struct CommandInfo struct2097 void qapi_free_CommandInfo(CommandInfo * obj); argument