Home | History | Annotate | Download | only in bits

Lines Matching refs:state_size

359    * @var state_size  The degree of recursion.
410 static constexpr size_t state_size = __n;
491 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
546 _UIntType _M_x[state_size];