Home
last modified time | relevance | path

Searched defs:AddToMap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/libziparchive/
H A Dzip_cd_entry_map.cc49 ZipError CdEntryMapZip32<ZipStringOffset>::AddToMap(std::string_view name, const uint8_t* start) { in AddToMap() function in CdEntryMapZip32
93 ZipError CdEntryMapZip64::AddToMap(std::string_view name, const uint8_t* start) { in AddToMap() function in CdEntryMapZip64
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dheader_abi_util.h55 inline void AddToMap(std::map<K, T> *dst, Iterable &src, KeyGetter get_key, in AddToMap() function