Home | History | Annotate | Download | only in src

Lines Matching refs:elms_

849         elms_(elms) { }
853 elms_(new(zone()) ZoneList<TextElement>(1, zone())) {
854 elms_->Add(TextElement::CharClass(that), zone());
863 ZoneList<TextElement>* elements() { return elms_; }
893 ZoneList<TextElement>* elms_;