Home
last modified time | relevance | path

Searched refs:ConsoleOutputType (Results 1 – 8 of 8) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/presentation/
H A DPresentationLog.hpp62 void onConsoleOutput(module_context::ConsoleOutputType type,
H A DPresentationLog.cpp168 void Log::onConsoleOutput(module_context::ConsoleOutputType type, in onConsoleOutput()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DNotebookExec.hpp73 void onConsoleOutput(module_context::ConsoleOutputType type,
H A DNotebookAlternateEngines.cpp123 void chunkConsoleOutputHandler(module_context::ConsoleOutputType type, in chunkConsoleOutputHandler()
598 module_context::ConsoleOutputType type, in runUserDefinedEngine()
H A DNotebookExec.cpp501 void ChunkExecContext::onConsoleOutput(module_context::ConsoleOutputType type, in onConsoleOutput()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/build/
H A DSessionSourceCpp.cpp191 void onConsoleOutput(module_context::ConsoleOutputType type, in onConsoleOutput()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionModuleContext.hpp298 enum ConsoleOutputType enum
343 RSTUDIO_BOOST_SIGNAL<void(ConsoleOutputType, const std::string&)> onConsoleOutput;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/environment/
H A DSessionEnvironment.cpp1159 module_context::ConsoleOutputType type, in onConsoleOutput()