Home | History | Annotate | Download | only in include

Lines Matching refs:existed

392     typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed );
466 virtual float* get_row_svc( int i, float* row, float* dst, bool existed );
467 virtual float* get_row_one_class( int i, float* row, float* dst, bool existed );
468 virtual float* get_row_svr( int i, float* row, float* dst, bool existed );