Searched defs:LogWriter (Results 1 – 5 of 5) sorted by relevance
31 public abstract class LogWriter { class40 public LogWriter(String prefix) { in LogWriter() method in LogWriter
35 pub(crate) fn new(log_writer: LogWriter, interface_id: u32) -> Self { in new()
246 pub(crate) struct LogWriter { struct250 impl LogWriter { argument
34 public class LogWriter implements StackLogger { class
1538 static class LogWriter extends Writer { class in GLSurfaceView