Lines Matching refs:DecoderMethod
7353 class DecoderMethod;
7363 UPB_DECLARE_DERIVED_TYPE(upb::pb::DecoderMethod, upb::RefCounted,
7375 /* The parameters one uses to construct a DecoderMethod.
7399 class upb::pb::DecoderMethod {
7415 /* Convenience method for generating a DecoderMethod without explicitly
7417 static reffed_ptr<const DecoderMethod> New(const DecoderMethodOptions& opts);
7420 UPB_DISALLOW_POD_OPS(DecoderMethod, upb::pb::DecoderMethod)
7442 static Decoder* Create(Environment* env, const DecoderMethod* method,
7445 /* Returns the DecoderMethod this decoder is parsing from. */
7446 const DecoderMethod* method() const;
7506 /* Returns a DecoderMethod that can push data to the given handlers.
7509 * Specifying the destination handlers here allows the DecoderMethod to be
7514 const DecoderMethod *GetDecoderMethod(const DecoderMethodOptions& opts);
7517 * DecoderMethod*, we can add a method to get it here. */
7574 inline Decoder* Decoder::Create(Environment* env, const DecoderMethod* m,
7578 inline const DecoderMethod* Decoder::method() const {
7602 inline const Handlers* DecoderMethod::dest_handlers() const {
7605 inline const BytesHandler* DecoderMethod::input_handler() const {
7608 inline bool DecoderMethod::is_native() const {
7612 inline reffed_ptr<const DecoderMethod> DecoderMethod::New(
7615 return reffed_ptr<const DecoderMethod>(m, &m);
7630 inline const DecoderMethod *CodeCache::GetDecoderMethod(
7721 * | | <---> DecoderMethod
7723 * CodeCache ---> | group | <---> DecoderMethod
7725 * | (mgroup) | <---> DecoderMethod