set ObDirectLoadType

This commit is contained in:
obdev
2024-05-11 10:34:35 +00:00
committed by ob-robot
parent 2ff8588a15
commit f77226df19
7 changed files with 33 additions and 17 deletions

View File

@ -40,9 +40,9 @@ public:
return ret;
}
void reset()
{
is_inited_ = false;
array_ = NULL;
{
is_inited_ = false;
array_ = NULL;
bitset_.reuse();
}
void clear()
@ -126,9 +126,9 @@ public:
}
return ret;
}
bool is_all_mask() const
{
bool bool_ret = false;
bool is_all_mask() const
{
bool bool_ret = false;
if (is_inited_) {
bool_ret = (array_->count() == bitset_.num_members());
}