Searched refs:find_first_of (Results 1 – 9 of 9) sorted by relevance
156 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 {
122 size_type StringPiece::find_first_of(const StringPiece& s, in find_first_of() function in StringPiece129 return find_first_of(s.ptr_[0], pos); in find_first_of()
70 if (shell[0] != '/' || shell.find_first_of(" $") != string::npos) { in RunCommand()
284 size_t separator_pos = after_targets.find_first_of("=;"); in EvalRule()375 if (lhs.str().find_first_of(" \t") != string::npos) in EvalIf()
69 index = val.find_first_of(" \t"); in FindCommandLineFlagWithArg()524 if (s.find_first_of("$: ") == string::npos) in EscapeNinja()
63 has_wildcard_ = (n.find_first_of("?*[") != string::npos); in NameCond()634 } else if (tok.find_first_of("|;&><*'\"") != string::npos) { in ParseFind()
380 size_t found = sym.str().find_first_of(" ({"); in ParseDollar()
517 size_t space_index = prefix.find_first_of(" \t#"); in GetDirective()
81 found = makeflags.find_first_of(" ", base); in ReadMakeflags()