Home | History | Annotate | Download | only in src

Lines Matching full:is_truncating

2321                 int offset, bool is_truncating, bool skip_fastpath = false)
2326 IsTruncatingBits::encode(is_truncating) |
2340 bool is_truncating() const { return IsTruncatingBits::decode(minor_key_); }