Home
last modified time | relevance | path

Searched refs:GetCommandString (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Explorer/
DContextMenu.h48 STDMETHOD(GetCommandString)(
DContextMenu.cpp1420 Z7_COMWF_B CZipContextMenu::GetCommandString( in GetCommandString() function in CZipContextMenu
/external/lzma/CPP/7zip/UI/FileManager/
DPanelMenu.cpp637 const HRESULT res = ctxm->GetCommandString(i, id, in PrintContextStr()
650 const HRESULT res = ctxm->GetCommandString(i, id | GCS_UNICODE, in PrintContextStr()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp23 const char *GetCommandString(CommandID id) in GetCommandString() function
940 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
/external/skia/tools/debugger/
DDrawCommand.h118 static const char* GetCommandString(OpType type);
DDrawCommand.cpp235 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand
286 writer.appendCString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()