Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dlog.h14 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 …]
Dcheck.h36 LogType& GetLog() { return log_; } in GetLog()
48 LogType& log_;
/third_party/benchmark/src/
Dlog.h14 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 …]
Dcheck.h37 LogType& GetLog() { return log_; } in GetLog()
56 LogType& log_;
/third_party/musl/porting/linux/user/src/internal/
Dhilog_adapter.h33 } LogType; typedef
46 hidden int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, co…
/third_party/weston/libweston/
Dtrace.cpp57 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/
Dhilog_adapter.c96 …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/
DSkDebug_ohos.cpp17 …int HiLogPrintArgs(LogType type, LogLevel level, unsigned int domain, const char* tag, const char*…
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloWorldTest.cs32 Application.SetStackTraceLogType(LogType.Log, StackTraceLogType.None); in RunHelloWorld()
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1685 ImGuiLogType LogType; // Capture target member
1844 LogType = ImGuiLogType_None; in ImGuiContext()
Dimgui.cpp10520 g.LogType = type; in LogBegin()
10597 switch (g.LogType) in LogFinish()
10619 g.LogType = ImGuiLogType_None; in LogFinish()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1546 + 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 …