Lines Matching refs:siblings_
648 void AddSibling(RegExpNode* node) { siblings_.Add(node); }657 SiblingList* siblings() { return &siblings_; }658 void set_siblings(SiblingList* other) { siblings_ = *other; }706 SiblingList siblings_;