HomeSort by relevance Sort by last modified time
    Searched refs:AppendSubst (Results 1 - 4 of 4) sorted by null

  /build/kati/
strutil.h 104 void AppendSubst(StringPiece str, StringPiece subst, string* out) const;
strutil_test.cc 75 Pattern(pat).AppendSubst(str, subst, &r);
dep.cc 69 pat.AppendSubst(output.str(), input.str(), &buf);
457 pat.AppendSubst(output.str(), input.str(), &buf);
481 pat.AppendSubst(output.str(), output_pattern.str(), &buf);
strutil.cc 213 void Pattern::AppendSubst(StringPiece str, StringPiece subst,
244 AppendSubst(str, subst, out);

Completed in 269 milliseconds