Searched refs:next_ch (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dbase64.cc78 bool Base64::GetNextBase64Char(char ch, char* next_ch) { argument
79 if (next_ch == NULL) {
86 *next_ch = (*p) ? *p : Base64Table[0];
H A Dbase64.h52 // The result will be saved in |next_ch|.
54 static bool GetNextBase64Char(char ch, char* next_ch);
/external/lldb/source/Core/
H A DSourceManager.cpp578 register char next_ch = s[1]; local
579 if (is_newline_char (next_ch))
581 if (curr_ch != next_ch)
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession_unittest.cc165 char next_ch = username[username.size() - 1]; local
167 rtc::Base64::GetNextBase64Char(next_ch, &next_ch);
168 username[username.size() - 1] = next_ch;

Completed in 1319 milliseconds