Home
last modified time | relevance | path

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

/external/chromium_org/remoting/base/
Dutil.cc223 const char* in_p_begin = &in[0]; in ReplaceLfByCrLf() local
225 for (const char* in_p = in_p_begin; in_p < in_p_end; ++in_p) { in ReplaceLfByCrLf()
241 const char* in_p_begin = &in[0]; in ReplaceCrLfByLf() local
243 for (const char* in_p = in_p_begin; in_p < in_p_end; ++in_p) { in ReplaceCrLfByLf()