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

/haiku/headers/private/shared/
H A DVariant.h86 inline bool IsInteger(bool* _isSigned = NULL) const;
118 bool* _isSigned = NULL);
443 BVariant::IsInteger(bool* _isSigned) const
445 return TypeIsInteger(fType, _isSigned);
/haiku/src/kits/shared/
H A DVariant.cpp497 BVariant::TypeIsInteger(type_code type, bool* _isSigned) argument
504 if (_isSigned != NULL)
505 *_isSigned = true;
511 if (_isSigned != NULL)
512 *_isSigned = false;

Completed in 39 milliseconds