Searched refs:CV_PARSE_ERROR (Results 1 – 2 of 2) sorted by relevance
229 #define CV_PARSE_ERROR( errmsg ) \ macro258 CV_PARSE_ERROR( "Sequence element should not have name (use <_></_>)" ); in icvFSCreateCollection()537 CV_PARSE_ERROR( "Duplicated key" ); in cvGetFileNode()792 CV_PARSE_ERROR( "Bad format of floating-point constant" ); in icvProcessSpecialDouble()799 CV_PARSE_ERROR( "Bad format of floating-point constant" ); in icvProcessSpecialDouble()853 CV_PARSE_ERROR( "Incorrect indentation" ); in icvYMLSkipSpaces()873 CV_PARSE_ERROR( "Too long string or a last string w/o newline" ); in icvYMLSkipSpaces()879 CV_PARSE_ERROR( *ptr == '\t' ? "Tabs are prohibited in YAML!" : "Invalid character" ); in icvYMLSkipSpaces()901 CV_PARSE_ERROR( "Key may not start with \'-\'" ); in icvYMLParseKey()907 CV_PARSE_ERROR( "Missing \':\'" ); in icvYMLParseKey()[all …]
388 #define CV_PARSE_ERROR( errmsg ) \ macro409 CV_PARSE_ERROR( "Sequence element should not have name (use <_></_>)" ); in icvFSCreateCollection()680 CV_PARSE_ERROR( "Duplicated key" ); in cvGetFileNode()907 CV_PARSE_ERROR( "Bad format of floating-point constant" ); in icvProcessSpecialDouble()916 CV_PARSE_ERROR( "Bad format of floating-point constant" ); in icvProcessSpecialDouble()965 CV_PARSE_ERROR( "Incorrect indentation" ); in icvYMLSkipSpaces()985 CV_PARSE_ERROR( "Too long string or a last string w/o newline" ); in icvYMLSkipSpaces()991 CV_PARSE_ERROR( *ptr == '\t' ? "Tabs are prohibited in YAML!" : "Invalid character" ); in icvYMLSkipSpaces()1007 CV_PARSE_ERROR( "Key may not start with \'-\'" ); in icvYMLParseKey()1013 CV_PARSE_ERROR( "Missing \':\'" ); in icvYMLParseKey()[all …]