OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dng_show_message
(Results
1 - 3
of
3
) sorted by null
/external/dng_sdk/source/
dng_assertions.h
34
void
dng_show_message
(const char *s);
53
#define DNG_ASSERT(x,y) { if (!(x))
dng_show_message
(y); }
dng_flags.h
215
/// 1 if
dng_show_message
should use fprintf to stderr. 0 if it should use a platform
dng_utils.cpp
93
void
dng_show_message
(const char *s)
function
160
dng_show_message
(buffer);
Completed in 90 milliseconds