Lines Matching refs:allocator
3121 if($Params[1] eq "std::allocator<".$Params[0].">")
3122 { # std::vector<T, std::allocator<T> >
3132 and $Params[2] eq "std::allocator<".$Params[0].">")
3133 { # std::set<T, std::less<T>, std::allocator<T> >
3143 and $Params[2] eq "std::allocator<".$Params[0].">")
3144 { # std::basic_string<T, std::char_traits<T>, std::allocator<T> >
4764 $N=~s/std::basic_string<char, std::char_traits<char>, std::allocator<char> >/std::string /g;