Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dout.cpp53 …enum {BRACE_ROW_OPEN = 0, BRACE_ROW_CLOSE = 1, BRACE_ROW_SEP=2, BRACE_CN_OPEN=3, BRACE_CN_CLOSE=4 … enumerator
185 else if(braces[BRACE_ROW_SEP] && row < mtx.rows) in next()
187 buf[0] = braces[BRACE_ROW_SEP]; in next()