STR               465 modules/core/include/opencv2/core/persistence.hpp         STRING    = STR, //!< synonym for STR
STR              1177 modules/core/include/opencv2/core/persistence.hpp inline bool FileNode::isString() const { return type() == STR;  }
STR               103 modules/core/test/test_operations.cpp #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ")  !=  (" #b ")  at l." STR(__LINE__))
STR               104 modules/core/test/test_operations.cpp #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ")  !=(eps)  (" #b ")  at l." STR(__LINE__))
STR               585 modules/core/test/test_umat.cpp #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ")  !=  (" #b ")  at l." STR(__LINE__))
STR               586 modules/core/test/test_umat.cpp #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ")  !=(eps)  (" #b ")  at l." STR(__LINE__))