OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_log_ignore
(Results
1 - 1
of
1
) sorted by null
/art/cmdline/detail/
cmdline_debug_detail.h
24
#define CMDLINE_DEBUG_LOG ::art::detail::
debug_log_ignore
()
30
struct
debug_log_ignore
{
struct in namespace:art::detail
33
debug_log_ignore
& operator<<(const T&) { return *this; }
35
debug_log_ignore
& operator<<(std::ostream& (*)(std::ostream&) ) { return *this; }
Completed in 173 milliseconds