Lines Matching refs:FORBID_STRING_OPS_AString
264 #define FORBID_STRING_OPS_AString(t) FORBID_STRING_OPS(AString, t)
302 FORBID_STRING_OPS_AString(wchar_t)
305 FORBID_STRING_OPS_AString(signed char)
306 FORBID_STRING_OPS_AString(unsigned char)
307 FORBID_STRING_OPS_AString(short)
308 FORBID_STRING_OPS_AString(unsigned short)
309 FORBID_STRING_OPS_AString(int)
310 FORBID_STRING_OPS_AString(unsigned)
311 FORBID_STRING_OPS_AString(long)
312 FORBID_STRING_OPS_AString(unsigned long)