Home | History | Annotate | Download | only in src

Lines Matching defs:Maybe

505 bool TypeImpl<Config>::Maybe(TypeImpl* that) {
512 if (unioned->Get(i)->Maybe(that)) return true;
520 if (this->Maybe(that->AsUnion()->Get(i))) return true;