Home
last modified time | relevance | path

Searched refs:bufbuf (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Docl.cpp3511 AutoBuffer<char> bufbuf(retsz + 16); in Impl() local
3512 char* buf = bufbuf; in Impl()
3574 AutoBuffer<uchar> bufbuf(prefixlen + progsz + 16); in store() local
3575 uchar* buf = bufbuf; in store()
3581 return String((const char*)(uchar*)bufbuf, prefixlen + progsz); in store()