HomeSort by relevance Sort by last modified time
    Searched refs:icvYMLSkipSpaces (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxpersistence.cpp 834 icvYMLSkipSpaces( CvFileStorage* fs, char* ptr, int min_indent, int max_comment_indent )
836 CV_FUNCNAME( "icvYMLSkipSpaces" );
985 CV_CALL( ptr = icvYMLSkipSpaces( fs, endptr, min_indent, INT_MAX ));
1115 CV_CALL( ptr = icvYMLSkipSpaces( fs, ptr, new_min_indent, INT_MAX ));
1128 CV_CALL( ptr = icvYMLSkipSpaces( fs, ptr + 1, new_min_indent, INT_MAX ));
1134 CV_CALL( ptr = icvYMLSkipSpaces( fs, ptr, new_min_indent, INT_MAX ));
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 950 icvYMLSkipSpaces( CvFileStorage* fs, char* ptr, int min_indent, int max_comment_indent )
1085 ptr = icvYMLSkipSpaces( fs, endptr, min_indent, INT_MAX );
    [all...]

Completed in 42 milliseconds