Home | History | Annotate | Download | only in src

Lines Matching refs:getNAllVars

144         return !varIdx.empty() ? (int)varIdx.total() : getNAllVars();
146 int getNAllVars() const
865 CV_Assert( 0 <= vi && vi < getNAllVars() );
941 int i, n = vidx.checkVector(1, CV_32S), nvars = getNAllVars();