Home | History | Annotate | Download | only in src

Lines Matching defs:IsFound

202     ASSERT(IsFound());
212 ASSERT(IsFound());
217 ASSERT(IsFound());
223 ASSERT(IsFound());
233 ASSERT(IsFound());
239 ASSERT(!(details_.type() == CALLBACKS && !IsFound()));
244 ASSERT(IsFound());
250 ASSERT(!(details_.type() == FIELD && !IsFound()));
255 ASSERT(!(details_.type() == NORMAL && !IsFound()));
260 ASSERT(!(details_.type() == CONSTANT && !IsFound()));
270 bool IsFound() const { return lookup_type_ != NOT_FOUND; }
280 return IsFound() && !IsTransition();