Home
last modified time | relevance | path

Searched refs:HandlerAttributes (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h3191 class HandlerAttributes; variable
3200 UPB_DECLARE_TYPE(upb::HandlerAttributes, upb_handlerattr)
3281 class upb::HandlerAttributes {
3283 HandlerAttributes();
3284 ~HandlerAttributes();
3661 bool GetAttributes(Selector selector, HandlerAttributes* attr);
3783 mutable HandlerAttributes attr_;
4911 inline HandlerAttributes::HandlerAttributes() { upb_handlerattr_init(this); }
4912 inline HandlerAttributes::~HandlerAttributes() { upb_handlerattr_uninit(this); }
4913 inline bool HandlerAttributes::SetHandlerData(const void *hd) {
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3887 class HandlerAttributes;
3896 UPB_DECLARE_TYPE(upb::HandlerAttributes, upb_handlerattr)
3977 class upb::HandlerAttributes {
3979 HandlerAttributes();
3980 ~HandlerAttributes();
4357 bool GetAttributes(Selector selector, HandlerAttributes* attr);
4479 mutable HandlerAttributes attr_;
5607 inline HandlerAttributes::HandlerAttributes() { upb_handlerattr_init(this); }
5608 inline HandlerAttributes::~HandlerAttributes() { upb_handlerattr_uninit(this); }
5609 inline bool HandlerAttributes::SetHandlerData(const void *hd) {
[all …]