Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dtrace_impl.cc72 _rowCountText(0), in TraceImpl()
369 _rowCountText = 0; in SetTraceFileImpl()
540 if(_rowCountText > WEBRTC_TRACE_MAX_FILE_SIZE) in WriteToFile()
543 _rowCountText = 0; in WriteToFile()
570 if(_rowCountText == 0) in WriteToFile()
579 _rowCountText++; in WriteToFile()
588 _rowCountText++; in WriteToFile()
589 _rowCountText++; in WriteToFile()
596 _rowCountText++; in WriteToFile()
Dtrace_impl.h115 WebRtc_UWord32 _rowCountText; variable