Searched refs:is_stdout (Results 1 – 2 of 2) sorted by relevance
252 void PrintAsync(const char *s, size_t len, bool is_stdout);
939 void Debugger::PrintAsync(const char *s, size_t len, bool is_stdout) { in PrintAsync() argument941 is_stdout ? GetOutputStream() : GetErrorStream(); in PrintAsync()