Home
last modified time | relevance | path

Searched refs:DecodeIntArrayBase64 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/
H A Dbase64.h24 bool DecodeIntArrayBase64(const string& data, std::vector<int32_t>* output);
H A Dbase64.cc62 bool DecodeIntArrayBase64(const string& data, std::vector<int32_t>* output) { in DecodeIntArrayBase64() function
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/xml/
H A Ddeserializer_impl.cc195 return DecodeIntArrayBase64(base64_data, values); in ParseIntArrayBase64()