strutil.cc | 66 #undef isprint macro 78 inline bool isprint(char c) { function in namespace:google::protobuf 464 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped. 489 (!isprint(*src) || 523 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped. [all...] |