Searched refs:upb_pbcodecache (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.h | 180 struct upb_pbcodecache; 181 typedef struct upb_pbcodecache upb_pbcodecache; typedef 187 upb_pbcodecache *upb_pbcodecache_new(upb_handlercache *dest); 188 void upb_pbcodecache_free(upb_pbcodecache *c); 189 bool upb_pbcodecache_allowjit(const upb_pbcodecache *c); 190 void upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow); 191 void upb_pbcodecache_setlazy(upb_pbcodecache *c, bool lazy); 192 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c, 209 upb_pbcodecache* ptr() { return ptr_.get(); } in ptr() 210 const upb_pbcodecache* ptr() const { return ptr_.get(); } in ptr() [all …]
|
D | compile_decoder.c | 867 upb_pbcodecache *upb_pbcodecache_new(upb_handlercache *dest) { in upb_pbcodecache_new() 868 upb_pbcodecache *c = upb_gmalloc(sizeof(*c)); in upb_pbcodecache_new() 881 void upb_pbcodecache_free(upb_pbcodecache *c) { in upb_pbcodecache_free() 895 void upb_pbdecodermethodopts_setlazy(upb_pbcodecache *c, bool lazy) { in upb_pbdecodermethodopts_setlazy() 900 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c, in upb_pbcodecache_get()
|
D | decoder.int.h | 77 struct upb_pbcodecache { struct
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6379 struct upb_pbcodecache; 6380 typedef struct upb_pbcodecache upb_pbcodecache; 6386 upb_pbcodecache *upb_pbcodecache_new(upb_handlercache *dest); 6387 void upb_pbcodecache_free(upb_pbcodecache *c); 6388 bool upb_pbcodecache_allowjit(const upb_pbcodecache *c); 6389 void upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow); 6390 void upb_pbcodecache_setlazy(upb_pbcodecache *c, bool lazy); 6391 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c, 6408 upb_pbcodecache* ptr() { return ptr_.get(); } 6409 const upb_pbcodecache* ptr() const { return ptr_.get(); } [all …]
|
D | protobuf.h | 770 upb_pbcodecache* fill_method_cache;
|
D | upb.c | 6666 upb_pbcodecache *upb_pbcodecache_new(upb_handlercache *dest) { in upb_pbcodecache_new() 6667 upb_pbcodecache *c = upb_gmalloc(sizeof(*c)); in upb_pbcodecache_new() 6681 void upb_pbcodecache_free(upb_pbcodecache *c) { in upb_pbcodecache_free() 6696 bool upb_pbcodecache_allowjit(const upb_pbcodecache *c) { in upb_pbcodecache_allowjit() 6700 void upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow) { in upb_pbcodecache_setallowjit() 6705 void upb_pbdecodermethodopts_setlazy(upb_pbcodecache *c, bool lazy) { in upb_pbdecodermethodopts_setlazy() 6710 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c, in upb_pbcodecache_get()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 9451 UPB_DECLARE_TYPE(upb::pb::CodeCache, upb_pbcodecache) 9614 struct upb_pbcodecache { 9650 void upb_pbcodecache_init(upb_pbcodecache *c); 9651 void upb_pbcodecache_uninit(upb_pbcodecache *c); 9652 bool upb_pbcodecache_allowjit(const upb_pbcodecache *c); 9653 bool upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow); 9655 upb_pbcodecache *c, const upb_pbdecodermethodopts *opts);
|
D | upb.c | 9619 upb_pbcodecache cache; in upb_pbdecodermethod_new() 10441 void upb_pbcodecache_init(upb_pbcodecache *c) { in upb_pbcodecache_init() 10446 void upb_pbcodecache_uninit(upb_pbcodecache *c) { in upb_pbcodecache_uninit() 10456 bool upb_pbcodecache_allowjit(const upb_pbcodecache *c) { in upb_pbcodecache_allowjit() 10460 bool upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow) { in upb_pbcodecache_setallowjit() 10468 upb_pbcodecache *c, const upb_pbdecodermethodopts *opts) { in upb_pbcodecache_getdecodermethod()
|