Searched defs:DecodeBase64 (Results 1 – 2 of 2) sorted by relevance
52 uint8_t* DecodeBase64(const char* src, size_t* dst_size) { in DecodeBase64() function
322 bool DataPiece::DecodeBase64(StringPiece src, string* dest) const { in DecodeBase64() function in google::protobuf::util::converter::DataPiece