Searched refs:LogType (Results 1 – 12 of 12) sorted by relevance
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | log.h | 14 class LogType { 15 friend LogType& GetNullLogInstance(); 16 friend LogType& GetErrorLogInstance(); 20 friend LogType& operator<<(LogType&, Tp const&); 21 friend LogType& operator<<(LogType&, EndLType*); 24 LogType(std::ostream* out) : out_(out) {} in LogType() function 26 BENCHMARK_DISALLOW_COPY_AND_ASSIGN(LogType); 30 LogType& operator<<(LogType& log, Tp const& value) { 37 inline LogType& operator<<(LogType& log, EndLType* m) { 49 inline LogType& GetNullLogInstance() { in GetNullLogInstance() [all …]
|
D | check.h | 36 LogType& GetLog() { return log_; } in GetLog() 48 LogType& log_;
|
/third_party/benchmark/src/ |
D | log.h | 14 class LogType { 15 friend LogType& GetNullLogInstance(); 16 friend LogType& GetErrorLogInstance(); 20 friend LogType& operator<<(LogType&, Tp const&); 21 friend LogType& operator<<(LogType&, EndLType*); 24 LogType(std::ostream* out) : out_(out) {} in LogType() function 26 BENCHMARK_DISALLOW_COPY_AND_ASSIGN(LogType); 30 LogType& operator<<(LogType& log, Tp const& value) { 37 inline LogType& operator<<(LogType& log, EndLType* m) { 49 inline LogType& GetNullLogInstance() { in GetNullLogInstance() [all …]
|
D | check.h | 37 LogType& GetLog() { return log_; } in GetLog() 56 LogType& log_;
|
/third_party/musl/porting/linux/user/src/internal/ |
D | hilog_adapter.h | 33 } LogType; typedef 46 hidden int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, co…
|
/third_party/weston/libweston/ |
D | trace.cpp | 57 OHOS::HiviewDFX::HiLog::Info({(LogType)3, 0, "Weston"}, "\033[31m%{public}-12s |" in Output() 92 OHOS::HiviewDFX::HiLog::Info({(LogType)3, 0, "WAYLAND_SERVER"}, in Output()
|
/third_party/musl/porting/linux/user/src/hilog/ |
D | hilog_adapter.c | 96 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogAdapterPrintArgs() 117 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const cha… in HiLogAdapterPrint()
|
/third_party/flutter/skia/src/ports/ |
D | SkDebug_ohos.cpp | 17 …int HiLogPrintArgs(LogType type, LogLevel level, unsigned int domain, const char* tag, const char*…
|
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
D | HelloWorldTest.cs | 32 Application.SetStackTraceLogType(LogType.Log, StackTraceLogType.None); in RunHelloWorld()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 1685 ImGuiLogType LogType; // Capture target member 1844 LogType = ImGuiLogType_None; in ImGuiContext()
|
D | imgui.cpp | 10520 g.LogType = type; in LogBegin() 10597 switch (g.LogType) in LogFinish() 10619 g.LogType = ImGuiLogType_None; in LogFinish()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1546 + int HiLogPrintArgs(LogType type, LogLevel level, unsigned int domain, const char* tag, const c… 1549 +int HiLogPrintOHOS(LogType type, LogLevel level, unsigned int domain, const char *tag, const char …
|