Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dtrace.cpp36 using Cstr = const char *; typedef
42 virtual void Output(Cstr label, Cstr func, int32_t line, Cstr color, Cstr str) = 0;
55 virtual void Output(Cstr label, Cstr func, int32_t line, Cstr color, Cstr str) override in Output()
86 virtual void Output(Cstr label, Cstr func, int32_t line, Cstr color, Cstr str) override in Output()
116 void log_printf(Cstr label, Cstr func, int32_t line, Cstr color, Cstr fmt, ...) in log_printf()
136 ScopedLog::ScopedLog(Cstr label, Cstr func, int32_t line, Cstr str) in ScopedLog()