Home
last modified time | relevance | path

Searched refs:LogType (Results 1 - 11 of 11) sorted by relevance

/third_party/benchmark/src/
H A Dlog.h19 class LogType { class
20 friend LogType& GetNullLogInstance();
21 friend LogType& GetErrorLogInstance();
25 friend LogType& operator<<(LogType&, Tp const&);
26 friend LogType& operator<<(LogType&, EndLType*);
29 LogType(std::ostream* out) : out_(out) {} in LogType() function in benchmark::internal::LogType
35 LogType(const LogType
[all...]
H A Dcheck.h53 LogType& GetLog() { return log_; } in GetLog()
72 LogType& log_;
/third_party/musl/porting/linux/user/src/internal/
H A Dhilog_adapter.h37 } LogType; typedef
50 hidden int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...)
53 hidden int HiLogAdapterPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,
55 hidden int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,
/third_party/musl/src/internal/
H A Dhilog_adapter.h44 } LogType; typedef
63 hidden int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...)
66 hidden int HiLogAdapterPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,
68 hidden int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c129 const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterPrintArgs()
150 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint()
165 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterVaList()
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c192 const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterPrintArgs()
213 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint()
228 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterVaList()
/third_party/musl/Benchmark/musl/
H A Dlibc_hilog.cpp132 const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterPrintArgs1()
152 int HiLogAdapterPrint1(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint1()
/third_party/libuv/src/unix/ohos/
H A Dlog_ohos.c21 extern int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,
/third_party/skia/src/ports/
H A DSkDebug_ohos.cpp21 int HiLogPrintArgs(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, va_list ap);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h1685 ImGuiLogType LogType; // Capture target
1844 LogType = ImGuiLogType_None;
H A Dimgui.cpp10520 g.LogType = type; in LogBegin()
10597 switch (g.LogType) in LogFinish()
10619 g.LogType = ImGuiLogType_None; in LogFinish()

Completed in 49 milliseconds