Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c437 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val() function
449 return inttable_val((upb_inttable*)t, key); in inttable_val_const()
551 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5069 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val() function
5081 return inttable_val((upb_inttable*)t, key); in inttable_val_const()
5184 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6860 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val() function
6872 return inttable_val((upb_inttable*)t, key); in inttable_val_const()
6975 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()