Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.int.h345 UPB_INLINE bool upb_inttable_insertptr(upb_inttable *t, const void *key, in upb_inttable_insertptr() function
Dhandlers.c374 if (!upb_inttable_insertptr(&c->tab, md, v)) return NULL; in upb_handlercache_get()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c775 upb_inttable_insertptr(&c->group->methods, h, upb_value_ptr(method)); in find_methods()
912 ok = upb_inttable_insertptr(&c->groups, md, upb_value_constptr(g)); in upb_pbcodecache_get()