Searched refs:upb_inttable_insertptr2 (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.int.h | 339 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, 347 return upb_inttable_insertptr2(t, key, val, &upb_alloc_global); in upb_inttable_insertptr()
|
D | table.c | 578 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, in upb_inttable_insertptr2() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 3415 if (!upb_inttable_insertptr2(&c->methods, md, v, alloc)) return NULL; in upb_json_codecache_get()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 5643 upb_inttable_insertptr2(r->refs, owner, upb_value_ptr(ref), in track() 5650 upb_inttable_insertptr2(from->ref2s, r, upb_value_ptr(NULL), in track() 5719 upb_inttable_insertptr2(tab, to, count, &upb_alloc_debugrefs); in getref2s() 7014 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, in upb_inttable_insertptr2() function
|
D | upb.h | 1286 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, 1294 return upb_inttable_insertptr2(t, key, val, &upb_alloc_global);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2977 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, 2985 return upb_inttable_insertptr2(t, key, val, &upb_alloc_global); in upb_inttable_insertptr()
|
D | upb.c | 5223 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, in upb_inttable_insertptr2() function 12207 if (!upb_inttable_insertptr2(&c->methods, md, v, alloc)) return NULL; in upb_json_codecache_get()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 2978 if (!upb_inttable_insertptr2(&c->methods, md, v, alloc)) return NULL;
|