Home | History | Annotate | Download | only in tr1

Lines Matching refs:state_size

536    * @var state_size  The degree of recursion.
560 static const int state_size = __n;
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];