Home
last modified time | relevance | path

Searched defs:CommandInfo (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DCommentCommandTraits.h33 struct CommandInfo { struct
34 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 …]
/external/chromium_org/tools/gn/
Dcommands.h66 struct CommandInfo { struct
77 typedef std::map<base::StringPiece, CommandInfo> CommandInfoMap; argument
Dcommands.cc16 CommandInfo::CommandInfo() in CommandInfo() function in commands::CommandInfo
22 CommandInfo::CommandInfo(const char* in_help_short, in CommandInfo() function in commands::CommandInfo
/external/chromium_org/gpu/command_buffer/service/
Dcommon_decoder.cc116 struct CommandInfo { struct
117 uint8 arg_flags; // How to handle the arguments for this command
118 uint8 cmd_flags; // How to handle this command
119 uint16 arg_count; // How many arguments are expected for this command.
Dgles2_cmd_decoder.cc1837 struct CommandInfo { struct in gpu::gles2::GLES2DecoderImpl
1838 CmdHandler cmd_handler;
1839 uint8 arg_flags; // How to handle the arguments for this command
1840 uint8 cmd_flags; // How to handle this command
1841 uint16 arg_count; // How many arguments are expected for this command.
/external/chromium_org/third_party/skia/src/core/
DSkPictureRecord.cpp253 struct CommandInfo { struct
267 int* pattern, CommandInfo* result, int numCommands) { in match() argument
/external/skia/src/core/
DSkPictureRecord.cpp273 struct CommandInfo { struct
287 int* pattern, CommandInfo* result, int numCommands) { in match() argument
/external/qemu/qapi-auto-generated/
Dqapi-types.h359 typedef struct CommandInfo CommandInfo; typedef
2091 struct CommandInfo struct
2097 void qapi_free_CommandInfo(CommandInfo * obj); argument