Searched defs:FileMap (Results 1 – 11 of 11) sorted by relevance
23 TEST(FileMap, zero_length_mapping) { in TEST() argument36 TEST(FileMap, large_offset) { in TEST() argument56 TEST(FileMap, offset_overflow) { in TEST() argument
50 FileMap::FileMap(void) in FileMap() function in FileMap65 FileMap::FileMap(FileMap&& other) noexcept in FileMap() function in FileMap
47 class FileMap { class58 …FileMap(const string &name, size_t size, Hint hint = FILE_MAP_HINT_NONE) : m_name{name}, m_size{si… in FileMap() function in FileMap
63 std::map<string, vector<u8>> FileMap; member
36 class FileMap; variable
26 class FileMap; variable
139 typedef std::map<int, string> FileMap; typedef
209 typedef StaticMap<int, char> FileMap; typedef
22 public class FileMap { class
289 FileMapTy FileMap; variable
1871 "FileMap":{ object