Searched refs:SrcMap (Results 1 – 2 of 2) sorted by relevance
112 class SrcMap FINAL : public std::vector<SrcMapElem, Allocator> {122 explicit SrcMap() {} in SrcMap() function123 explicit SrcMap(const Allocator& alloc) : std::vector<SrcMapElem, Allocator>(alloc) {} in SrcMap() function126 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap() function160 using DefaultSrcMap = SrcMap<std::allocator<SrcMapElem>>;
65 template <class Allocator> class SrcMap; variable67 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;