Home
last modified time | relevance | path

Searched defs:ReplaceAll (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d611 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 Dstring_util.cc163 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 Dstring_util.cc163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d517 template ReplaceAll(args...) in ReplaceAll() function
519 alias ReplaceAll = AliasSeq!(); in ReplaceAll() local