Searched refs:SrcMap (Results 1 – 3 of 3) sorted by relevance
107 class SrcMap FINAL : public std::vector<SrcMapElem, Allocator> {117 explicit SrcMap() {} in SrcMap() function118 explicit SrcMap(const Allocator& alloc) : std::vector<SrcMapElem, Allocator>(alloc) {} in SrcMap() function121 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap() function155 using DefaultSrcMap = SrcMap<std::allocator<SrcMapElem>>;156 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;
48 class SrcMap; variable49 using DefaultSrcMap = SrcMap<std::allocator<SrcMapElem>>;
66 template <class Allocator> class SrcMap; variable68 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;