Searched defs:IsFull (Results 1 – 2 of 2) sorted by relevance
38 static int IsFull(const HuffmanTree* const tree) { in IsFull() function
156 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; } in IsFull() function310 inline bool IsFull() { return idx_ == kNumberOfElements; } in IsFull() function