Searched defs:DecodeBase64 (Results 1 – 7 of 7) sorted by relevance
40 bool DecodeBase64(const string& data, string* output) { in DecodeBase64() function
366 bool DataPiece::DecodeBase64(StringPiece src, std::string* dest) const { in DecodeBase64() function in google::protobuf::util::converter::DataPiece
142 TEST_P(Base64Test, DecodeBase64) { in TEST_P() argument
792 static bool DecodeBase64(std::vector<uint8_t> *out, const char *in) { in DecodeBase64() function
49456 func DecodeBase64(scope *Scope, input tf.Output) (output tf.Output) { func