HomeSort by relevance Sort by last modified time
    Searched refs:DecodeFlags (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/base/
base64.h 44 typedef int DecodeFlags;
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,
base64.cc 138 size_t Base64::GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads,
192 bool Base64::DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
198 bool Base64::DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
206 DecodeFlags flags, T* result,
212 const DecodeFlags parse_flags = flags & DO_PARSE_MASK;
213 const DecodeFlags pad_flags = flags & DO_PAD_MASK;
214 const DecodeFlags term_flags = flags & DO_TERM_MASK;
base64_unittest.cc     [all...]

Completed in 187 milliseconds