Lines Matching full:constcast
76 # define PNGZ_MSG_CAST(s) constcast(char*,s)77 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b)92 # define constcast(type, value) const_cast<type>(value)99 # define constcast(type, value) ((type)(value))