Searched refs:Number_LongLong (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp449 Number_LongLong = 8, // only for long long tests enumerator in enum:__anon806
487 { _T("2147483648"), wxLL(2147483648), Number_LongLong },
488 { _T("-2147483648"), wxLL(-2147483648), Number_LongLong | Number_Signed },
489 { _T("9223372036854775808"), wxULL(9223372036854775808), Number_LongLong |
501 if ( ld.flags & (Number_LongLong | Number_Unsigned) )
517 if ( ld.flags & (Number_LongLong | Number_Signed) )

Completed in 105 milliseconds