Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.int.h160 typedef struct upb_tabval { struct
162 } upb_tabval; typedef
170 upb_tabval val;
200 const upb_tabval *array; /* Array part of the table. See const note above. */
234 UPB_INLINE bool upb_arrhas(upb_tabval key) { in upb_arrhas()
365 upb_tabval arrval = t->array[key]; in upb_inttable_lookup32()
Dtable.c433 static upb_tabval *mutable_array(upb_inttable *t) { in mutable_array()
434 return (upb_tabval*)t->array; in mutable_array()
437 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val()
447 static const upb_tabval *inttable_val_const(const upb_inttable *t, in inttable_val_const()
504 upb_tabval tabval; in upb_inttable_insert2()
544 const upb_tabval *table_v = inttable_val_const(t, key); in upb_inttable_lookup()
551 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
561 upb_tabval empty = UPB_TABVALUE_EMPTY_INIT; in upb_inttable_remove()
656 static upb_tabval int_arrent(const upb_inttable_iter *i) { in int_arrent()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5065 static upb_tabval *mutable_array(upb_inttable *t) { in mutable_array()
5066 return (upb_tabval*)t->array; in mutable_array()
5069 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val()
5079 static const upb_tabval *inttable_val_const(const upb_inttable *t, in inttable_val_const()
5135 upb_tabval tabval; in upb_inttable_insert2()
5177 const upb_tabval *table_v = inttable_val_const(t, key); in upb_inttable_lookup()
5184 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
5194 upb_tabval empty = UPB_TABVALUE_EMPTY_INIT; in upb_inttable_remove()
5304 static upb_tabval int_arrent(const upb_inttable_iter *i) { in int_arrent()
Dupb.h2775 } upb_tabval; typedef
2784 upb_tabval val;
2825 const upb_tabval *array; /* Array part of the table. See const note above. */
2865 UPB_INLINE bool upb_arrhas(upb_tabval key) { in upb_arrhas()
3003 upb_tabval arrval = t->array[key]; in upb_inttable_lookup32()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6856 static upb_tabval *mutable_array(upb_inttable *t) { in mutable_array()
6857 return (upb_tabval*)t->array; in mutable_array()
6860 static upb_tabval *inttable_val(upb_inttable *t, uintptr_t key) { in inttable_val()
6870 static const upb_tabval *inttable_val_const(const upb_inttable *t, in inttable_val_const()
6926 upb_tabval tabval; in upb_inttable_insert2()
6968 const upb_tabval *table_v = inttable_val_const(t, key); in upb_inttable_lookup()
6975 upb_tabval *table_v = inttable_val(t, key); in upb_inttable_replace()
6985 upb_tabval empty = UPB_TABVALUE_EMPTY_INIT; in upb_inttable_remove()
7095 static upb_tabval int_arrent(const upb_inttable_iter *i) { in int_arrent()
7675 static const upb_tabval arrays[187];
[all …]
Dupb.h1011 } upb_tabval;
1042 } upb_tabval;
1072 upb_tabval val;
1134 const upb_tabval *array; /* Array part of the table. See const note above. */
1174 UPB_INLINE bool upb_arrhas(upb_tabval key) {
1312 upb_tabval arrval = t->array[key];