Searched defs:NOTIMPLEMENTED (Results 1 - 1 of 1) sorted by last modified time

/system/extras/perfprofd/quipper/base/
H A Dlogging.h623 // The NOTIMPLEMENTED() macro annotates codepaths which have
638 // WebView: Hide NOTIMPLEMENTED entirely in Android release branch.
645 // of the current function in the NOTIMPLEMENTED message.
652 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS macro
655 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
657 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
659 #define NOTIMPLEMENTED() NOTREACHED()
661 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG
663 #define NOTIMPLEMENTED() do {\

Completed in 73 milliseconds