Searched refs:BitSet (Results 1 – 3 of 3) sorted by relevance
30 class BitSet class33 void CopyFrom( const BitSet& rSet );38 BitSet operator<<( sal_uInt16 nOffset ) const;39 BitSet operator>>( sal_uInt16 nOffset ) const;42 BitSet();43 BitSet( const BitSet& rOrig );44 BitSet( sal_uInt16* pArray, sal_uInt16 nSize );45 ~BitSet();46 BitSet( const Range& rRange );48 BitSet& operator=( const BitSet& rOrig );[all …]
31 class IdPool: private BitSet38 sal_Bool Lock( const BitSet& rLockSet );
38 BitSet BitSet::operator<<( sal_uInt16 nOffset ) const in operator <<()42 BitSet aSet(*this); in operator <<()89 BitSet BitSet::operator>>( sal_uInt16 ) const in operator >>()92 return BitSet(); in operator >>()99 void BitSet::CopyFrom( const BitSet& rSet ) in CopyFrom()118 BitSet::BitSet() in BitSet() function in BitSet130 BitSet::BitSet( const BitSet& rOrig ) in BitSet() function in BitSet140 BitSet::BitSet( sal_uInt16* pArray, sal_uInt16 nSize ): in BitSet() function in BitSet185 BitSet::~BitSet() in ~BitSet()195 BitSet::BitSet( const Range& ) in BitSet() function in BitSet[all …]