Lines Matching refs:handler_
46 if (entry.handler_ != root_handler_)
47 delete entry.handler_;
66 if (parent && parent->handler_ && !parent->reported_attributes_end_) {
68 if (!parent->handler_->EndAttributes()) {
71 parent->handler_->Finish();
72 if (parent->handler_ != root_handler_)
73 delete parent->handler_;
74 parent->handler_ = NULL;
82 if (parent->handler_)
84 handler = parent->handler_->FindChildHandler(offset, tag);
104 if (handler || !parent || parent->handler_) {
107 entry.handler_ = handler;
118 if (entry->handler_) {
124 entry->handler_->EndAttributes(); // Ignore return value: no children.
125 entry->handler_->Finish();
126 if (entry->handler_ != root_handler_)
127 delete entry->handler_;
144 current.handler_->ProcessAttributeUnsigned(attr, form, data);
154 current.handler_->ProcessAttributeSigned(attr, form, data);
164 current.handler_->ProcessAttributeReference(attr, form, data);
175 current.handler_->ProcessAttributeBuffer(attr, form, data, len);
185 current.handler_->ProcessAttributeString(attr, form, data);
195 current.handler_->ProcessAttributeSignature(attr, form, signature);