Home | History | Annotate | Download | only in lib

Lines Matching full:mask

721   virtual uint64 Properties(uint64 mask, bool test) const {
723 uint64 known, test = TestProperties(*this, mask, &known);
725 return test & mask;
727 return impl_->Properties(mask);