Searched refs:constcast (Results 1 – 1 of 1) sorted by relevance
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) macro99 # define constcast(type, value) ((type)(value)) macro