Lines Matching refs:MapFile
25 template <unsigned NumBuckets, unsigned NumBytes> struct MapFile { struct
31 memset(this, 0, sizeof(MapFile)); in init()
48 StringRef(reinterpret_cast<const char *>(this), sizeof(MapFile)), in getBuffer()
102 MapFile<1, 1> File; in TEST()
110 MapFile<1, 1> File; in TEST()
118 MapFile<1, 1> File; in TEST()
126 MapFile<1, 1> File; in TEST()
138 MapFile<3, 1> File; in TEST()
148 MapFile<1, 1> File; in TEST()
156 MapFile<1, 1> File; in TEST()
164 typedef MapFile<2, 7> FileTy; in TEST()
189 typedef MapFile<2, 64 - sizeof(HMapHeader) - 2 * sizeof(HMapBucket)> FileTy; in TEST()
224 typedef MapFile<2, 64 - sizeof(HMapHeader) - 2 * sizeof(HMapBucket)> FileTy; in TEST()