Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:DecoderMethodOptions

7354 class DecoderMethodOptions;
7361 UPB_DECLARE_TYPE(upb::pb::DecoderMethodOptions, upb_pbdecodermethodopts)
7378 class upb::pb::DecoderMethodOptions {
7382 explicit DecoderMethodOptions(const Handlers* dest_handlers);
7417 static reffed_ptr<const DecoderMethod> New(const DecoderMethodOptions& opts);
7514 const DecoderMethod *GetDecoderMethod(const DecoderMethodOptions& opts);
7595 inline DecoderMethodOptions::DecoderMethodOptions(const Handlers* h) {
7598 inline void DecoderMethodOptions::set_lazy(bool lazy) {
7613 const DecoderMethodOptions &opts) {
7631 const DecoderMethodOptions& opts) {