Searched defs:ReplaceAll (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | meta.d | 611 template ReplaceAll(T, U, TList...) in ReplaceAll() function 613 alias ReplaceAll = GenericReplaceAll!(T, U, TList).result; in ReplaceAll() local 617 template ReplaceAll(alias T, U, TList...) in ReplaceAll() function 619 alias ReplaceAll = GenericReplaceAll!(T, U, TList).result; in ReplaceAll() local 623 template ReplaceAll(T, alias U, TList...) in ReplaceAll() function 625 alias ReplaceAll = GenericReplaceAll!(T, U, TList).result; in ReplaceAll() local 629 template ReplaceAll(alias T, alias U, TList...) in ReplaceAll() function 631 alias ReplaceAll = GenericReplaceAll!(T, U, TList).result; in ReplaceAll() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | string_util.cc | 163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | string_util.cc | 163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | meta.d | 517 template ReplaceAll(args...) in ReplaceAll() function 519 alias ReplaceAll = AliasSeq!(); in ReplaceAll() local
|