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

  /external/regex-re2/re2/
prefilter.cc 227 bool is_exact() const { return is_exact_; }
234 // When is_exact_ is true, the strings that match
236 // set of strings that match this RE, then is_exact_
239 bool is_exact_; member in class:re2::Prefilter::Info
248 : is_exact_(false),
257 if (is_exact_) {
259 is_exact_ = false;
276 if (is_exact_) {
314 DCHECK(a->is_exact_);
315 DCHECK(b && b->is_exact_);
    [all...]
  /art/compiler/optimizing/
nodes.h 177 bool IsExact() const { return is_exact_; }
262 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {}
264 : type_handle_(type_handle), is_exact_(is_exact) { }
270 bool is_exact_; member in class:art::ReferenceTypeInfo
    [all...]

Completed in 51 milliseconds