Home
last modified time | relevance | path

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

/aoo4110/main/framework/qa/complex/framework/autosave/
H A DProtocol.java191 private long m_nLine; field in Protocol.ProtocolLine
208 m_nLine = nLine ; in ProtocolLine()
222 if (m_nLine<10) in toString()
225 if (m_nLine<100) in toString()
228 if (m_nLine<1000) in toString()
231 if (m_nLine<10000) in toString()
234 if (m_nLine<100000) in toString()
236 sLine.append(m_nLine); in toString()
309 if (m_nLine % MARK_DIFF == 0) in toHTML()
496 m_nLine = 0; in Protocol()
[all …]

Completed in 28 milliseconds