Home
last modified time | relevance | path

Searched refs:upb_pbdecodermethod (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h40 struct upb_pbdecodermethod;
41 typedef struct upb_pbdecodermethod upb_pbdecodermethod; typedef
48 const upb_pbdecodermethod *m);
50 const upb_pbdecodermethod *m);
51 bool upb_pbdecodermethod_isnative(const upb_pbdecodermethod *m);
61 DecoderMethodPtr(const upb_pbdecodermethod* ptr) : ptr_(ptr) {} in DecoderMethodPtr()
63 const upb_pbdecodermethod* ptr() { return ptr_; } in ptr()
83 const upb_pbdecodermethod* ptr_;
104 const upb_pbdecodermethod *method,
106 const upb_pbdecodermethod *upb_pbdecoder_method(const upb_pbdecoder *d);
[all …]
Dcompile_decoder.c25 static void freemethod(upb_pbdecodermethod *method) { in freemethod()
30 static upb_pbdecodermethod *newmethod(const upb_handlers *dest_handlers, in newmethod()
32 upb_pbdecodermethod *ret = upb_gmalloc(sizeof(*ret)); in newmethod()
43 const upb_pbdecodermethod *m) { in upb_pbdecodermethod_desthandlers()
48 const upb_pbdecodermethod *m) { in upb_pbdecodermethod_inputhandler()
52 bool upb_pbdecodermethod_isnative(const upb_pbdecodermethod *m) { in upb_pbdecodermethod_isnative()
274 const upb_pbdecodermethod *method = va_arg(ap, upb_pbdecodermethod *); in putop()
352 const upb_pbdecodermethod *method = in dumpbc()
354 offsetof(upb_pbdecodermethod, dispatch)); in dumpbc()
469 static void dispatchtarget(compiler *c, upb_pbdecodermethod *method, in dispatchtarget()
[all …]
Ddecoder.int.h138 struct upb_pbdecodermethod { struct
171 const upb_pbdecodermethod *method_; argument
Ddecoder.c900 const upb_pbdecodermethod *method = handler_data; in upb_pbdecoder_end()
969 upb_pbdecoder *upb_pbdecoder_create(upb_arena *a, const upb_pbdecodermethod *m, in upb_pbdecoder_create()
1004 const upb_pbdecodermethod *upb_pbdecoder_method(const upb_pbdecoder *d) { in upb_pbdecoder_method()
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h118 const upb_pbdecodermethod* fill_method;
587 const upb_pbdecodermethod *new_fillmsg_decodermethod(
Dupb.c9543 upb_pbdecodermethod *method = upb_value_getptr(upb_inttable_iter_value(&i)); in visitgroup()
9562 upb_pbdecodermethod *method = (upb_pbdecodermethod*)r; in freemethod()
9574 const upb_pbdecodermethod *m = (const upb_pbdecodermethod*)r; in visitmethod()
9578 static upb_pbdecodermethod *newmethod(const upb_handlers *dest_handlers, in newmethod()
9581 upb_pbdecodermethod *ret = upb_gmalloc(sizeof(*ret)); in newmethod()
9603 const upb_pbdecodermethod *m) { in upb_pbdecodermethod_desthandlers()
9608 const upb_pbdecodermethod *m) { in upb_pbdecodermethod_inputhandler()
9612 bool upb_pbdecodermethod_isnative(const upb_pbdecodermethod *m) { in upb_pbdecodermethod_isnative()
9616 const upb_pbdecodermethod *upb_pbdecodermethod_new( in upb_pbdecodermethod_new()
9618 const upb_pbdecodermethod *ret; in upb_pbdecodermethod_new()
[all …]
Dencode_decode.c783 const upb_pbdecodermethod *new_fillmsg_decodermethod(Descriptor* desc, in new_fillmsg_decodermethod()
792 static const upb_pbdecodermethod *msgdef_decodermethod(Descriptor* desc) { in msgdef_decodermethod()
871 const upb_pbdecodermethod* method = msgdef_decodermethod(desc); in Message_decode()
Dupb.h9456 upb_pbdecodermethod, upb_refcounted)
9625 const upb_pbdecodermethod *method,
9627 const upb_pbdecodermethod *upb_pbdecoder_method(const upb_pbdecoder *d);
9640 UPB_REFCOUNTED_CMETHODS(upb_pbdecodermethod, upb_pbdecodermethod_upcast)
9643 const upb_pbdecodermethod *m);
9645 const upb_pbdecodermethod *m);
9646 bool upb_pbdecodermethod_isnative(const upb_pbdecodermethod *m);
9647 const upb_pbdecodermethod *upb_pbdecodermethod_new(
9654 const upb_pbdecodermethod *upb_pbcodecache_getdecodermethod(
9706 const upb_pbdecodermethod *m = upb_pbdecodermethod_new(&opts, &m);
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.c5822 static void freemethod(upb_pbdecodermethod *method) { in freemethod()
5827 static upb_pbdecodermethod *newmethod(const upb_handlers *dest_handlers, in newmethod()
5829 upb_pbdecodermethod *ret = upb_gmalloc(sizeof(*ret)); in newmethod()
5840 const upb_pbdecodermethod *m) { in upb_pbdecodermethod_desthandlers()
5845 const upb_pbdecodermethod *m) { in upb_pbdecodermethod_inputhandler()
5849 bool upb_pbdecodermethod_isnative(const upb_pbdecodermethod *m) { in upb_pbdecodermethod_isnative()
6069 const upb_pbdecodermethod *method = va_arg(ap, upb_pbdecodermethod *); in putop()
6147 const upb_pbdecodermethod *method = in dumpbc()
6149 offsetof(upb_pbdecodermethod, dispatch)); in dumpbc()
6264 static void dispatchtarget(compiler *c, upb_pbdecodermethod *method, in dispatchtarget()
[all …]
Dupb.h6241 struct upb_pbdecodermethod;
6242 typedef struct upb_pbdecodermethod upb_pbdecodermethod;
6249 const upb_pbdecodermethod *m);
6251 const upb_pbdecodermethod *m);
6252 bool upb_pbdecodermethod_isnative(const upb_pbdecodermethod *m);
6262 DecoderMethodPtr(const upb_pbdecodermethod* ptr) : ptr_(ptr) {}
6264 const upb_pbdecodermethod* ptr() { return ptr_; }
6284 const upb_pbdecodermethod* ptr_;
6305 const upb_pbdecodermethod *method,
6307 const upb_pbdecodermethod *upb_pbdecoder_method(const upb_pbdecoder *d);
[all …]
Dencode_decode.c1051 static const upb_pbdecodermethod *msgdef_decodermethod(Descriptor* desc) { in msgdef_decodermethod()
1682 const upb_pbdecodermethod* method = msgdef_decodermethod(desc); in merge_from_string()
Dprotobuf.h973 const upb_pbdecodermethod *new_fillmsg_decodermethod(Descriptor *desc,