Searched defs:replace_with (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlist.h177 void replace_with(exec_node *replacement) function in struct:exec_node
/external/chromium/base/
H A Dstring_util_unittest.cc564 const char* replace_with; member in struct:base::__anon1612
585 ASCIIToUTF16(cases[i].replace_with));
595 const char* replace_with; member in struct:base::__anon1613
615 ASCIIToUTF16(cases[i].replace_with));
H A Dstring_util.cc712 const StringType& replace_with,
720 str->replace(offs, find_this.length(), replace_with);
721 offs += replace_with.length();
731 const string16& replace_with) {
732 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
739 const std::string& replace_with) {
740 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
747 const string16& replace_with) {
748 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
755 const std::string& replace_with) {
709 DoReplaceSubstringsAfterOffset(StringType* str, typename StringType::size_type start_offset, const StringType& find_this, const StringType& replace_with, bool replace_all) argument
728 ReplaceFirstSubstringAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
736 ReplaceFirstSubstringAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
744 ReplaceSubstringsAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
752 ReplaceSubstringsAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
[all...]

Completed in 75 milliseconds