Home
last modified time | relevance | path

Searched refs:upb_tabval (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c4422 static upb_tabval *mutable_array(upb_inttable *t) { in mutable_array()
4423 return (upb_tabval*)t->array; in mutable_array()
4426 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val()
4436 static const upb_tabval *inttable_val_const(const upb_inttable *t, in inttable_val_const()
4493 upb_tabval tabval; in upb_inttable_insert()
4531 const upb_tabval *table_v = inttable_val_const(t, key); in upb_inttable_lookup()
4538 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
4548 upb_tabval empty = UPB_TABVALUE_EMPTY_INIT; in upb_inttable_remove()
4660 static upb_tabval int_arrent(const upb_inttable_iter *i) { in int_arrent()
4986 static const upb_tabval arrays[232];
[all …]
Dupb.h707 } upb_tabval; typedef
738 } upb_tabval; typedef
768 upb_tabval val;
804 const upb_tabval *array; /* Array part of the table. See const note above. */
844 UPB_INLINE bool upb_arrhas(upb_tabval key) { in upb_arrhas()
929 upb_tabval arrval = t->array[key]; in upb_inttable_lookup32()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4669 static upb_tabval *mutable_array(upb_inttable *t) { in mutable_array()
4670 return (upb_tabval*)t->array; in mutable_array()
4673 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val()
4683 static const upb_tabval *inttable_val_const(const upb_inttable *t, in inttable_val_const()
4739 upb_tabval tabval; in upb_inttable_insert2()
4782 const upb_tabval *table_v = inttable_val_const(t, key); in upb_inttable_lookup()
4789 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
4799 upb_tabval empty = UPB_TABVALUE_EMPTY_INIT; in upb_inttable_remove()
4911 static upb_tabval int_arrent(const upb_inttable_iter *i) { in int_arrent()
5490 static const upb_tabval arrays[184];
[all …]
Dupb.h918 } upb_tabval;
949 } upb_tabval;
979 upb_tabval val;
1041 const upb_tabval *array; /* Array part of the table. See const note above. */
1081 UPB_INLINE bool upb_arrhas(upb_tabval key) {
1212 upb_tabval arrval = t->array[key];