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

  /external/regex-re2/re2/
prog.cc 171 static bool IsMatch(Prog*, Prog::Inst*);
224 IsMatch(this, k)) {
228 if (IsMatch(this, j) &&
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) {
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
dfa.cc 97 inline bool IsMatch() const { return flag_ & kFlagMatch; }
228 // sets *ismatch to true.
231 int c, uint flag, bool* ismatch,
1036 bool ismatch = false; local
    [all...]
  /external/v8/src/
objects.h     [all...]
objects-inl.h     [all...]
objects.cc     [all...]

Completed in 145 milliseconds