Home
last modified time | relevance | path

Searched refs:FORBID_STRING_OPS_AString (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
DMyString.h241 #define FORBID_STRING_OPS_AString(t) FORBID_STRING_OPS(AString, t) macro
279 FORBID_STRING_OPS_AString(wchar_t)
282 FORBID_STRING_OPS_AString(signed char)
283 FORBID_STRING_OPS_AString(unsigned char)
284 FORBID_STRING_OPS_AString(short)
285 FORBID_STRING_OPS_AString(unsigned short)
286 FORBID_STRING_OPS_AString(int)
287 FORBID_STRING_OPS_AString(unsigned)
288 FORBID_STRING_OPS_AString(long)
289 FORBID_STRING_OPS_AString(unsigned long)