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

  /external/opencv/cxcore/src/
cxpersistence.cpp 229 #define CV_PARSE_ERROR( errmsg ) \
258 CV_PARSE_ERROR( "Sequence element should not have name (use <_></_>)" );
537 CV_PARSE_ERROR( "Duplicated key" );
792 CV_PARSE_ERROR( "Bad format of floating-point constant" );
799 CV_PARSE_ERROR( "Bad format of floating-point constant" );
853 CV_PARSE_ERROR( "Incorrect indentation" );
873 CV_PARSE_ERROR( "Too long string or a last string w/o newline" );
879 CV_PARSE_ERROR( *ptr == '\t' ? "Tabs are prohibited in YAML!" : "Invalid character" );
901 CV_PARSE_ERROR( "Key may not start with \'-\'" );
907 CV_PARSE_ERROR( "Missing \':\'" )
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 388 #define CV_PARSE_ERROR( errmsg ) \
409 CV_PARSE_ERROR( "Sequence element should not have name (use <_></_>)" );
680 CV_PARSE_ERROR( "Duplicated key" );
907 CV_PARSE_ERROR( "Bad format of floating-point constant" );
916 CV_PARSE_ERROR( "Bad format of floating-point constant" );
965 CV_PARSE_ERROR( "Incorrect indentation" );
985 CV_PARSE_ERROR( "Too long string or a last string w/o newline" );
991 CV_PARSE_ERROR( *ptr == '\t' ? "Tabs are prohibited in YAML!" : "Invalid character" );
1007 CV_PARSE_ERROR( "Key may not start with \'-\'" );
1013 CV_PARSE_ERROR( "Missing \':\'" )
    [all...]

Completed in 61 milliseconds