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

  /external/chromium_org/third_party/libjingle/source/talk/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,
  /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,

Completed in 80 milliseconds