Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Common/
H A DMyString.h264 #define FORBID_STRING_OPS_AString(t) FORBID_STRING_OPS(AString, t) macro
304 FORBID_STRING_OPS_AString(wchar_t)
307 FORBID_STRING_OPS_AString(signed char)
308 FORBID_STRING_OPS_AString(unsigned char)
309 FORBID_STRING_OPS_AString(short)
310 FORBID_STRING_OPS_AString(unsigned short)
311 FORBID_STRING_OPS_AString(int)
312 FORBID_STRING_OPS_AString(unsigned)
313 FORBID_STRING_OPS_AString(long)
314 FORBID_STRING_OPS_AString(unsigned long)