Home
last modified time | relevance | path

Searched refs:DecoderMethodOptions (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h26 class DecoderMethodOptions; variable
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h9446 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) {
/external/protobuf/php/ext/google/protobuf/
Dupb.h6227 class DecoderMethodOptions;