Searched defs:NOTIMPLEMENTED (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dlogging.h898 // The NOTIMPLEMENTED() macro annotates codepaths which have
916 // of the current function in the NOTIMPLEMENTED message.
923 #define NOTIMPLEMENTED() ; macro
926 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
928 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
930 #define NOTIMPLEMENTED() NOTREACHED() macro
932 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG macro
934 #define NOTIMPLEMENTED() do {\ macro

Completed in 494 milliseconds