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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dlog.h14 class LogType { class in namespace:benchmark::internal
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) {} function in class:benchmark::internal::LogType
26 BENCHMARK_DISALLOW_COPY_AND_ASSIGN(LogType);
30 LogType
[all...]
H A Dcheck.h36 LogType& GetLog() { return log_; }
48 LogType& log_;
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dlog.h14 class LogType { class in namespace:benchmark::internal
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) {} function in class:benchmark::internal::LogType
26 BENCHMARK_DISALLOW_COPY_AND_ASSIGN(LogType);
30 LogType
[all...]
H A Dcheck.h36 LogType& GetLog() { return log_; }
48 LogType& log_;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyslog.c57 static int LogType = SOCK_DGRAM; /* type of socket connection */ variable
182 if ((LogFile = socket(AF_UNIX, LogType, 0)) == -1)

Completed in 159 milliseconds