Searched defs:createMissing (Results 1 – 2 of 2) sorted by relevance
/external/deqp/scripts/khr_util/ |
D | registry.py | 203 createMissing = None variable in NameIndex
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 4920 uchar* SparseMat::ptr(int i0, bool createMissing, size_t* hashval) in ptr() 4942 uchar* SparseMat::ptr(int i0, int i1, bool createMissing, size_t* hashval) in ptr() 4964 uchar* SparseMat::ptr(int i0, int i1, int i2, bool createMissing, size_t* hashval) in ptr() 4987 uchar* SparseMat::ptr(const int* idx, bool createMissing, size_t* hashval) in ptr()
|