Home
last modified time | relevance | path

Searched refs:EndLType (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dlog.h12 typedef std::basic_ostream<char>&(EndLType)(std::basic_ostream<char>&); typedef
21 friend LogType& operator<<(LogType&, EndLType*);
37 inline LogType& operator<<(LogType& log, EndLType* m) {
/external/google-benchmark/src/
Dlog.h12 typedef std::basic_ostream<char>&(EndLType)(std::basic_ostream<char>&); typedef
21 friend LogType& operator<<(LogType&, EndLType*);
37 inline LogType& operator<<(LogType& log, EndLType* m) {
/external/libcxx/test/support/
Dverbose_assert.h12 typedef std::basic_ostream<char>&(EndLType)(std::basic_ostream<char>&); typedef
94 friend LogType& operator<<(LogType& log, EndLType* m) {
96 SelectStream<EndLType*>::Print(m);