Searched refs:IsGood (Results 1 – 2 of 2) sorted by relevance
296 if (!IsGood()) in GetHexBytes()339 for (i = 0, shift_amount = 0; i < byte_size && IsGood(); in GetHexWithFixedSize()345 for (i = 0; i < byte_size && IsGood(); ++i) { in GetHexWithFixedSize()
44 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function