Home
last modified time | relevance | path

Searched refs:upb_pbcodecache_get (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h192 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c,
233 return DecoderMethodPtr(upb_pbcodecache_get(ptr(), md.ptr())); in Get()
Dcompile_decoder.c900 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c, in upb_pbcodecache_get() function
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1052 return upb_pbcodecache_get(desc->pool->fill_method_cache, desc->msgdef); in msgdef_decodermethod()
Dupb.h6391 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c,
6432 return DecoderMethodPtr(upb_pbcodecache_get(ptr(), md.ptr()));
Dupb.c6710 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c, in upb_pbcodecache_get() function