Displaying 2 results from an estimated 2 matches for "gserrcod".
Did you mean:
gserrcode
2011 Oct 20
3
[LLVMdev] Crash with optimization for size
...lemData->cutDataCheckSum, cutDataCheckSum.data, sizeof (elemData->cutDataCheckSum));
namespace MD5 {
class GSROOT_DLL_EXPORT FingerPrint {
public:
FingerPrint ();
virtual ~FingerPrint () {};
FingerPrint (unsigned char fp[16]);
void Set (unsigned char fp[16]);
virtual GSErrCode Write (GS::OChannel& oc) const;
virtual GSErrCode Read (GS::IChannel& ic);
virtual GSErrCode GetAsString (char* md5String) const;
bool IsEmpty (void) const;
void Clear (void);
bool operator == (const FingerPrint& rhs) const;
bool operator != (const F...
2011 Oct 20
0
[LLVMdev] Crash with optimization for size
...izeof (elemData->cutDataCheckSum));
>
>
> namespace MD5 {
> class GSROOT_DLL_EXPORT FingerPrint {
> public:
> FingerPrint ();
> virtual ~FingerPrint () {};
> FingerPrint (unsigned char fp[16]);
>
> void Set (unsigned char fp[16]);
> virtual
> GSErrCode Write (GS::OChannel& oc) const;
> virtual
> GSErrCode Read (GS::IChannel& ic);
> virtual
> GSErrCode GetAsString (char* md5String) const;
> bool
> IsEmpty (void) const;
> void
> Clear (void);
> bool operator == (const FingerPrint&
> rhs) con...