size_type          56 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp     std::string::size_type pos;
size_type         152 modules/core/include/opencv2/core/cvstd.hpp     pointer allocate(size_type count, const void* =0) { return reinterpret_cast<pointer>(fastMalloc(count * sizeof (_Tp))); }
size_type         153 modules/core/include/opencv2/core/cvstd.hpp     void deallocate(pointer p, size_type) { fastFree(p); }
size_type         158 modules/core/include/opencv2/core/cvstd.hpp     size_type max_size() const { return cv::max(static_cast<_Tp>(-1)/sizeof(_Tp), 1); }
size_type        7746 modules/ts/src/ts_gtest.cpp   ::std::string::size_type pos = 0;
size_type        7748 modules/ts/src/ts_gtest.cpp     const ::std::string::size_type colon = str.find(delimiter, pos);
size_type          22 modules/viz/test/test_precomp.cpp     String::size_type pos = file.find_last_of('.');
size_type          42 samples/cpp/tutorial_code/HighGUI/video-write/video-write.cpp     string::size_type pAt = source.find_last_of('.');                  // Find extension point