writeRaw          419 modules/core/include/opencv2/core/persistence.hpp     void writeRaw( const String& fmt, const uchar* vec, size_t len );
writeRaw          778 modules/core/include/opencv2/core/persistence.hpp             fs->writeRaw(fmt, !vec.empty() ? (uchar*)&vec[0] : 0, vec.size() * sizeof(_Tp));
writeRaw          182 modules/core/test/test_io.cpp             fs.writeRaw("u", arr, (int)(sizeof(arr)/sizeof(arr[0])));
writeRaw         1161 modules/ml/src/ann_mlp.cpp         fs.writeRaw("d", weights[0].ptr(), weights[0].total()*esz);
writeRaw         1164 modules/ml/src/ann_mlp.cpp         fs.writeRaw("d", weights[l_count].ptr(), weights[l_count].total()*esz);
writeRaw         1167 modules/ml/src/ann_mlp.cpp         fs.writeRaw("d", weights[l_count+1].ptr(), weights[l_count+1].total()*esz);
writeRaw         1173 modules/ml/src/ann_mlp.cpp             fs.writeRaw("d", weights[i].ptr(), weights[i].total()*esz);
writeRaw         2051 modules/ml/src/svm.cpp             fs.writeRaw("f", sv.ptr(i), sv.cols*sv.elemSize());
writeRaw         2067 modules/ml/src/svm.cpp             fs.writeRaw("d", (const uchar*)&df_alpha[df.ofs], sv_count*sizeof(df_alpha[0]));
writeRaw         2072 modules/ml/src/svm.cpp                 fs.writeRaw("i", (const uchar*)&df_index[df.ofs], sv_count*sizeof(df_index[0]));