Home | History | Annotate | Download | only in runtime

Lines Matching refs:kTag

52 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
54 std::multimap<Key, T, Compare, TrackingAllocator<std::pair<const Key, T>, kTag>>;