Searched refs:mgroup_new (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 825 const mgroup *mgroup_new(const upb_handlers *dest, bool lazy) { in mgroup_new() function 911 g = mgroup_new(h, c->lazy); in upb_pbcodecache_get()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6622 const mgroup *mgroup_new(const upb_handlers *dest, bool allowjit, bool lazy) { in mgroup_new() function 6720 g = mgroup_new(h, c->allow_jit, c->lazy); in upb_pbcodecache_get()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10395 const mgroup *mgroup_new(const upb_handlers *dest, bool allowjit, bool lazy, in mgroup_new() function 10474 const mgroup *g = mgroup_new(opts->handlers, c->allow_jit_, opts->lazy, c); in upb_pbcodecache_getdecodermethod()
|