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);
strutil.cc 209 void Pattern::AppendSubst(StringPiece str,
242 AppendSubst(str, subst, out);
dep.cc 69 pat.AppendSubst(output.str(), input.str(), &buf);
520 pat.AppendSubst(output.str(), input.str(), &buf);
544 pat.AppendSubst(output.str(), output_pattern.str(), &buf);

Completed in 162 milliseconds