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