Searched refs:DecodeBase64 (Results 1 – 4 of 4) sorted by relevance
252 if (!DecodeBase64(str_, &decoded)) { in ToBytes()322 bool DataPiece::DecodeBase64(StringPiece src, string* dest) const { in DecodeBase64() function in google::protobuf::util::converter::DataPiece
172 bool DecodeBase64(StringPiece src, string* dest) const;
142 TEST_P(Base64Test, DecodeBase64) { in TEST_P() argument
638 static bool DecodeBase64(std::vector<uint8_t> *out, const char *in) { in DecodeBase64() function661 if (!DecodeBase64(&input, input_b64)) { in TestSSL_SESSIONEncoding()735 if (!DecodeBase64(&input, input_b64)) { in TestBadSSL_SESSIONEncoding()817 if (!DecodeBase64(&der, kOpenSSLSession)) { in CreateSessionWithTicket()