Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c825 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/
Dupb.c6622 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/
Dupb.c10395 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()