Searched refs:GetBool (Results 1 – 1 of 1) sorted by relevance
307 bool IsCommand() const { return this->GetBool(BIT64_COMMAND_FLAG_SHIFT); } in IsCommand()346 bool GetBool(int shift) const { return (this->m_Key >> shift) & 0x1; } in GetBool() function