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

  /external/libchrome/base/
base64.cc 24 bool Base64Decode(const StringPiece& input, std::string* output) {
  /external/libbrillo/brillo/
data_encoding.h 55 BRILLO_EXPORT bool Base64Decode(const std::string& input, brillo::Blob* output);
71 inline bool Base64Decode(const std::string& input, std::string* output) {
73 if (!Base64Decode(input, &blob))
data_encoding.cc 128 bool Base64Decode(const std::string& input, brillo::Blob* output) {
  /external/webrtc/webrtc/libjingle/xmpp/
saslmechanism.cc 44 SaslMechanism::Base64Decode(const std::string & encoded) {
  /external/tensorflow/tensorflow/core/lib/strings/
base64.cc 76 Status Base64Decode(StringPiece data, string* decoded) {
  /external/ImageMagick/MagickCore/
utility.c 324 % Base64Decode() decodes Base64-encoded text and returns its binary
328 % The format of the Base64Decode method is:
330 % unsigned char *Base64Decode(const char *source,length_t *length)
339 MagickExport unsigned char *Base64Decode(const char *source,size_t *length)
    [all...]
methods.h 119 #define Base64Decode PrependMagickMethod(Base64Decode)
    [all...]

Completed in 691 milliseconds