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