Home
last modified time | relevance | path

Searched refs:m_command (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h121 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()
130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix()
223 llvm::StringRef m_command;
/external/llvm-project/lldb/source/API/
DSBPlatform.cpp55 : m_command(), m_working_dir(), m_status(0), m_signo(0) { in PlatformShellCommand()
60 m_command = shell_command.str(); in PlatformShellCommand()
64 : m_shell(), m_command(), m_working_dir(), m_status(0), m_signo(0) { in PlatformShellCommand()
66 m_command = shell_command.str(); in PlatformShellCommand()
72 std::string m_command; member
242 if (m_opaque_ptr->m_command.empty()) in GetCommand()
244 return m_opaque_ptr->m_command.c_str(); in GetCommand()
252 m_opaque_ptr->m_command = shell_command; in SetCommand()
254 m_opaque_ptr->m_command.clear(); in SetCommand()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp98 const DrawCommandType m_command; member in vkt::conditional::__anon7d3daee90111::ConditionalDraw
115 , m_command(testSpec.command) in ConditionalDraw()
285 switch (m_command) in recordDraw()
378 switch(m_command) in iterate()
DvktConditionalDispatchTests.cpp100 const DispatchCommandType m_command; member in vkt::conditional::__anon7f6b500b0111::ConditionalDispatchTestInstance
146 , m_command(testSpec.command) in ConditionalDispatchTestInstance()
158 switch (m_command) in recordDispatch()
/external/llvm-project/lldb/source/Utility/
DCompletionRequest.cpp17 : m_command(command_line), m_raw_cursor_pos(raw_cursor_pos), in CompletionRequest()