Searched refs:AshMemoryMappedFile (Results 1 – 2 of 2) sorted by relevance
/external/cronet/base/i18n/ |
D | icu_mergeable_data_file.h | 27 class AshMemoryMappedFile; variable 76 Slice FindOverlap(const AshMemoryMappedFile& ash_file, 80 bool MergeArea(const AshMemoryMappedFile& ash_file, 88 size_t CountEqualPages(const AshMemoryMappedFile& ash_file, 92 Hashes CalculateHashes(const AshMemoryMappedFile& ash_file, 99 bool MaybeLoadCachedHashes(const AshMemoryMappedFile& ash_file,
|
D | icu_mergeable_data_file.cc | 57 class AshMemoryMappedFile { class 73 std::unique_ptr<AshMemoryMappedFile> MmapAshFile( in MmapAshFile() 81 auto ash_mapped_file = std::make_unique<AshMemoryMappedFile>(); in MmapAshFile() 209 const AshMemoryMappedFile& ash_file, in FindOverlap() 227 bool IcuMergeableDataFile::MergeArea(const AshMemoryMappedFile& ash_file, in MergeArea() 251 const AshMemoryMappedFile& ash_file, in CountEqualPages() 269 const AshMemoryMappedFile& ash_file, in CalculateHashes() 304 const AshMemoryMappedFile& ash_file, in MaybeLoadCachedHashes()
|