Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbase64.cc78 bool Base64::GetNextBase64Char(char ch, char* next_ch) { in GetNextBase64Char() argument
79 if (next_ch == NULL) { in GetNextBase64Char()
86 *next_ch = (*p) ? *p : Base64Table[0]; in GetNextBase64Char()
Dbase64.h54 static bool GetNextBase64Char(char ch, char* next_ch);