Searched refs:Base64Table (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dbase64.cc32 const char Base64::Base64Table[] = member in class:rtc::Base64
82 const char* p = strchr(Base64Table, ch);
86 *next_ch = (*p) ? *p : Base64Table[0];
110 (*result)[dest_ix++] = Base64Table[c];
116 (*result)[dest_ix++] = Base64Table[c];
123 (*result)[dest_ix++] = Base64Table[c];
130 (*result)[dest_ix++] = Base64Table[c];
H A Dbase64.h48 // Get the char next to the |ch| from the Base64Table.
49 // If the |ch| is the last one in the Base64Table then returns
90 static const char Base64Table[]; member in class:rtc::Base64

Completed in 500 milliseconds