Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:TriesSize

936   uint16_t TriesSize() const { return tries_ == nullptr ? 0 : tries_->size(); }