cvAttrValue      2002 modules/core/include/opencv2/core/core_c.h CVAPI(const char*) cvAttrValue( const CvAttrList* attr, const char* attr_name );
cvAttrValue      1867 modules/core/src/persistence.cpp             type_name = list ? cvAttrValue( list, "type_id" ) : 0;
cvAttrValue      4014 modules/core/src/persistence.cpp     const char* header_dt = cvAttrValue( attr, "header_dt" );
cvAttrValue      4077 modules/core/src/persistence.cpp     dt = (char*)cvAttrValue( attr, dt_key );
cvAttrValue      4163 modules/core/src/persistence.cpp     const char* recursive_value = cvAttrValue( &attr, "recursive" );