Lines Matching refs:m_interp
25 m_interp = m_dbg.GetCommandInterpreter(); in SetUp()
29 SBCommandInterpreter m_interp; member in SBCommandInterpreterTest
50 m_interp.AddCommand("dummy", &dummy, /*help=*/nullptr); in TEST_F()
53 m_interp.HandleCommand("dummy", result, /*add_to_history=*/true); in TEST_F()
59 m_interp.HandleCommand("", result); in TEST_F()
65 m_interp.AddCommand("dummy_with_autorepeat", &dummy, /*help=*/nullptr, in TEST_F()
69 m_interp.HandleCommand("dummy_with_autorepeat", result, in TEST_F()
76 m_interp.HandleCommand("", result); in TEST_F()
83 auto command = m_interp.AddMultiwordCommand("multicommand", /*help=*/nullptr); in TEST_F()
89 m_interp.HandleCommand("multicommand subcommand", result, in TEST_F()
96 m_interp.HandleCommand("", result); in TEST_F()
107 m_interp.HandleCommand("multicommand subcommand_with_autorepeat", result, in TEST_F()
114 m_interp.HandleCommand("", result); in TEST_F()
127 m_interp.HandleCommand("multicommand subcommand_with_custom_autorepeat", in TEST_F()
134 m_interp.HandleCommand("", result); in TEST_F()