Searched refs:DecoderMethodOptions (Results 1 – 3 of 3) sorted by relevance
26 class DecoderMethodOptions; variable
9446 class DecoderMethodOptions;9453 UPB_DECLARE_TYPE(upb::pb::DecoderMethodOptions, upb_pbdecodermethodopts)9470 class upb::pb::DecoderMethodOptions {9474 explicit DecoderMethodOptions(const Handlers* dest_handlers);9509 static reffed_ptr<const DecoderMethod> New(const DecoderMethodOptions& opts);9606 const DecoderMethod *GetDecoderMethod(const DecoderMethodOptions& opts);9687 inline DecoderMethodOptions::DecoderMethodOptions(const Handlers* h) {9690 inline void DecoderMethodOptions::set_lazy(bool lazy) {9705 const DecoderMethodOptions &opts) {9723 const DecoderMethodOptions& opts) {
6227 class DecoderMethodOptions;