Searched defs:DecodeFlags (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dbase64.h44 typedef int DecodeFlags; typedef in class:rtc::Base64
62 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
64 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
73 static inline std::string Decode(const std::string& data, DecodeFlags flags) {
78 static inline bool Decode(const std::string& data, DecodeFlags flags,
83 static inline bool Decode(const std::string& data, DecodeFlags flags,
93 static size_t GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads,
98 DecodeFlags flags, T* result,

Completed in 94 milliseconds