Searched refs:InternalDecodeArrayBase64 (Results 1 – 1 of 1) sorted by relevance
24 bool InternalDecodeArrayBase64(const string& data, std::vector<T>* output) { in InternalDecodeArrayBase64() function63 return InternalDecodeArrayBase64<int32_t>(data, output); in DecodeIntArrayBase64()73 return InternalDecodeArrayBase64<float>(data, output); in DecodeFloatArrayBase64()83 return InternalDecodeArrayBase64<double>(data, output); in DecodeDoubleArrayBase64()