Searched refs:CV_PARSE_ERROR (Results 1 – 1 of 1) 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 …]