Searched refs:IsHTOOB (Results 1 – 2 of 2) sorted by relevance
38 if (pTable->IsHTOOB() && i == pTable->Size() - 1) in DecodeAValue()44 uint32_t offset = pTable->IsHTOOB() ? 3 : 2; in DecodeAValue()
23 bool IsHTOOB() const { return HTOOB; } in IsHTOOB() function