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