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

  /external/chromium/third_party/libjingle/source/talk/base/
base64.h 44 typedef int DecodeFlags;
54 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
56 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
65 static inline std::string Decode(const std::string& data, DecodeFlags flags) {
70 static inline bool Decode(const std::string& data, DecodeFlags flags,
75 static inline bool Decode(const std::string& data, DecodeFlags flags,
85 static size_t GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads,
90 DecodeFlags flags, T* result,
base64.cc 122 size_t Base64::GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads,
176 bool Base64::DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
181 bool Base64::DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
189 DecodeFlags flags, T* result,
195 const DecodeFlags parse_flags = flags & DO_PARSE_MASK;
196 const DecodeFlags pad_flags = flags & DO_PAD_MASK;
197 const DecodeFlags term_flags = flags & DO_TERM_MASK;

Completed in 35 milliseconds