Home
last modified time | relevance | path

Searched refs:find_first_of (Results 1 – 9 of 9) sorted by relevance

/build/kati/
Dstring_piece.h156 size_type find_first_of(const StringPiece& s, size_type pos = 0) const;
157 size_type find_first_of(char c, size_type pos = 0) const {
Dstring_piece.cc122 size_type StringPiece::find_first_of(const StringPiece& s, in find_first_of() function in StringPiece
129 return find_first_of(s.ptr_[0], pos); in find_first_of()
Dfileutil.cc70 if (shell[0] != '/' || shell.find_first_of(" $") != string::npos) { in RunCommand()
Deval.cc284 size_t separator_pos = after_targets.find_first_of("=;"); in EvalRule()
375 if (lhs.str().find_first_of(" \t") != string::npos) in EvalIf()
Dninja.cc69 index = val.find_first_of(" \t"); in FindCommandLineFlagWithArg()
524 if (s.find_first_of("$: ") == string::npos) in EscapeNinja()
Dfind.cc63 has_wildcard_ = (n.find_first_of("?*[") != string::npos); in NameCond()
634 } else if (tok.find_first_of("|;&><*'\"") != string::npos) { in ParseFind()
Dexpr.cc380 size_t found = sym.str().find_first_of(" ({"); in ParseDollar()
Dparser.cc517 size_t space_index = prefix.find_first_of(" \t#"); in GetDirective()
/build/make/tools/makeparallel/
Dmakeparallel.cpp81 found = makeflags.find_first_of(" ", base); in ReadMakeflags()