Home
last modified time | relevance | path

Searched refs:inttable_val (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1801 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val() function
1813 return inttable_val((upb_inttable*)t, key); in inttable_val_const()
1915 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1775 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val() function
1787 return inttable_val((upb_inttable*)t, key); in inttable_val_const()
1888 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()

Completed in 32 milliseconds