Home
last modified time | relevance | path

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

/external/libcxx/utils/google-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_;
/external/google-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_;
/external/libcxx/test/support/
Dverbose_assert.h83 class LogType {
87 friend LogType& operator<<(LogType& log, Tp const& value) {
94 friend LogType& operator<<(LogType& log, EndLType* m) {
102 LogType(bool disable) : is_disabled(disable) {}
105 LogType(LogType const&);
106 LogType& operator=(LogType const&);
109 LogType& GetLog() {
116 static LogType null_log;
117 static LogType error_log;
127 AssertHandler::LogType AssertHandler::null_log(true);
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java130 void log(String pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
132 void log(Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
134 void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
136 …void log(String pattern, String matchStr, boolean matched, double time, LogType type, Class<?> cls… in log()
162 … public void log(Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
167 … public void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
171 … public void log(String pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
197 …public void log(String pattern, String matchStr, boolean matched, double time, LogType type, Class… in log()
453 public enum LogType { enum in RegexLogger
559 …public void log(String pattern, String matchStr, boolean matched, double time, LogType type, Class… in log()
[all …]
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go1785 LogType string `json:"logType,omitempty"` member