Searched defs:subst (Results 1 – 5 of 5) sorted by relevance
/build/kati/ |
D | strutil_test.cc | 57 string SubstPattern(StringPiece str, StringPiece pat, StringPiece subst) { in SubstPattern()
|
D | rule_parser.go | 36 func (p pattern) subst(repl, str string) string { func
|
D | strutil.cc | 195 void Pattern::AppendSubst(StringPiece str, StringPiece subst, in AppendSubst() 223 void Pattern::AppendSubstRef(StringPiece str, StringPiece subst, in AppendSubstRef()
|
D | expr.go | 225 subst Value member
|
D | expr.cc | 420 Value* subst = ParseExprImpl(loc, s.substr(i+1), terms, in ParseDollar() local
|