/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.int.h | 203 } upb_inttable; typedef 240 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a); 243 void upb_inttable_uninit2(upb_inttable *table, upb_alloc *a); 246 UPB_INLINE bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype) { in upb_inttable_init() 254 UPB_INLINE void upb_inttable_uninit(upb_inttable *table) { in upb_inttable_uninit() 263 size_t upb_inttable_count(const upb_inttable *t); 268 void upb_inttable_packedsize(const upb_inttable *t, size_t *size); 270 upb_inttable *upb_inttable_pack(const upb_inttable *t, void *p, size_t *ofs, 283 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, 288 UPB_INLINE bool upb_inttable_insert(upb_inttable *t, uintptr_t key, in upb_inttable_insert() [all …]
|
D | table.c | 433 static upb_tabval *mutable_array(upb_inttable *t) { 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() 449 return inttable_val((upb_inttable*)t, key); in inttable_val_const() 452 size_t upb_inttable_count(const upb_inttable *t) { in upb_inttable_count() 456 static void check(upb_inttable *t) { in check() 472 bool upb_inttable_sizedinit(upb_inttable *t, size_t asize, int hsize_lg2, in upb_inttable_sizedinit() 492 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_inttable_init2() 497 void upb_inttable_uninit2(upb_inttable *t, upb_alloc *a) { in upb_inttable_uninit2() 502 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, in upb_inttable_insert2() [all …]
|
D | handlers.c | 355 upb_inttable tab; /* maps upb_msgdef* -> upb_handlers*. */
|
D | def.c | 57 upb_inttable itof; 77 upb_inttable iton; 88 upb_inttable itof;
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.int.h | 84 upb_inttable groups; 94 upb_inttable methods; 135 upb_inttable *dispatch; /* Not used by the JIT. */ 161 upb_inttable dispatch;
|
D | compile_decoder.c | 349 const upb_inttable *dispatch; in dumpbc() 474 upb_inttable *d = &method->dispatch; in dispatchtarget()
|
D | decoder.c | 614 upb_inttable *dispatch = d->top->dispatch; in dispatch()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | test_table.cc | 118 upb_inttable table_; 602 upb_inttable t; in test_delete()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2879 static upb_tabval* mutable_array(upb_inttable* t) { in mutable_array() 2883 static upb_tabval* inttable_val(upb_inttable* t, uintptr_t key) { in inttable_val() 2893 static const upb_tabval* inttable_val_const(const upb_inttable* t, in inttable_val_const() 2895 return inttable_val((upb_inttable*)t, key); in inttable_val_const() 2898 size_t upb_inttable_count(const upb_inttable* t) { in upb_inttable_count() 2902 static void check(upb_inttable* t) { in check() 2918 bool upb_inttable_sizedinit(upb_inttable* t, size_t asize, int hsize_lg2, in upb_inttable_sizedinit() 2937 bool upb_inttable_init(upb_inttable* t, upb_Arena* a) { in upb_inttable_init() 2941 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, in upb_inttable_insert() 2982 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v) { in upb_inttable_lookup() [all …]
|
D | ruby-upb.h | 953 } upb_inttable; typedef 967 bool upb_inttable_init(upb_inttable* table, upb_Arena* a); 971 size_t upb_inttable_count(const upb_inttable* t); 985 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, 992 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v); 1004 bool upb_inttable_remove(upb_inttable* t, uintptr_t key, upb_value* val); 1016 bool upb_inttable_replace(upb_inttable* t, uintptr_t key, upb_value val); 1021 void upb_inttable_compact(upb_inttable* t, upb_Arena* a); 1040 bool upb_inttable_next2(const upb_inttable* t, uintptr_t* key, upb_value* val, 1042 void upb_inttable_removeiter(upb_inttable* t, intptr_t* iter); [all …]
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2879 static upb_tabval* mutable_array(upb_inttable* t) { in mutable_array() 2883 static upb_tabval* inttable_val(upb_inttable* t, uintptr_t key) { in inttable_val() 2893 static const upb_tabval* inttable_val_const(const upb_inttable* t, in inttable_val_const() 2895 return inttable_val((upb_inttable*)t, key); in inttable_val_const() 2898 size_t upb_inttable_count(const upb_inttable* t) { in upb_inttable_count() 2902 static void check(upb_inttable* t) { in check() 2918 bool upb_inttable_sizedinit(upb_inttable* t, size_t asize, int hsize_lg2, in upb_inttable_sizedinit() 2937 bool upb_inttable_init(upb_inttable* t, upb_Arena* a) { in upb_inttable_init() 2941 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, in upb_inttable_insert() 2982 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v) { in upb_inttable_lookup() [all …]
|
D | ruby-upb.h | 953 } upb_inttable; typedef 967 bool upb_inttable_init(upb_inttable* table, upb_Arena* a); 971 size_t upb_inttable_count(const upb_inttable* t); 985 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, 992 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v); 1004 bool upb_inttable_remove(upb_inttable* t, uintptr_t key, upb_value* val); 1016 bool upb_inttable_replace(upb_inttable* t, uintptr_t key, upb_value val); 1021 void upb_inttable_compact(upb_inttable* t, upb_Arena* a); 1040 bool upb_inttable_next2(const upb_inttable* t, uintptr_t* key, upb_value* val, 1042 void upb_inttable_removeiter(upb_inttable* t, intptr_t* iter); [all …]
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2845 static upb_tabval* mutable_array(upb_inttable* t) { in mutable_array() 2849 static upb_tabval* inttable_val(upb_inttable* t, uintptr_t key) { in inttable_val() 2859 static const upb_tabval* inttable_val_const(const upb_inttable* t, in inttable_val_const() 2861 return inttable_val((upb_inttable*)t, key); in inttable_val_const() 2864 size_t upb_inttable_count(const upb_inttable* t) { in upb_inttable_count() 2868 static void check(upb_inttable* t) { in check() 2884 bool upb_inttable_sizedinit(upb_inttable* t, size_t asize, int hsize_lg2, in upb_inttable_sizedinit() 2903 bool upb_inttable_init(upb_inttable* t, upb_Arena* a) { in upb_inttable_init() 2907 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, in upb_inttable_insert() 2948 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v) { in upb_inttable_lookup() [all …]
|
D | php-upb.h | 919 } upb_inttable; typedef 933 bool upb_inttable_init(upb_inttable* table, upb_Arena* a); 937 size_t upb_inttable_count(const upb_inttable* t); 951 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, 958 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v); 970 bool upb_inttable_remove(upb_inttable* t, uintptr_t key, upb_value* val); 982 bool upb_inttable_replace(upb_inttable* t, uintptr_t key, upb_value val); 987 void upb_inttable_compact(upb_inttable* t, upb_Arena* a); 1006 bool upb_inttable_next2(const upb_inttable* t, uintptr_t* key, upb_value* val, 1008 void upb_inttable_removeiter(upb_inttable* t, intptr_t* iter); [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2845 static upb_tabval* mutable_array(upb_inttable* t) { in mutable_array() 2849 static upb_tabval* inttable_val(upb_inttable* t, uintptr_t key) { in inttable_val() 2859 static const upb_tabval* inttable_val_const(const upb_inttable* t, in inttable_val_const() 2861 return inttable_val((upb_inttable*)t, key); in inttable_val_const() 2864 size_t upb_inttable_count(const upb_inttable* t) { in upb_inttable_count() 2868 static void check(upb_inttable* t) { in check() 2884 bool upb_inttable_sizedinit(upb_inttable* t, size_t asize, int hsize_lg2, in upb_inttable_sizedinit() 2903 bool upb_inttable_init(upb_inttable* t, upb_Arena* a) { in upb_inttable_init() 2907 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, in upb_inttable_insert() 2948 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v) { in upb_inttable_lookup() [all …]
|
D | php-upb.h | 919 } upb_inttable; typedef 933 bool upb_inttable_init(upb_inttable* table, upb_Arena* a); 937 size_t upb_inttable_count(const upb_inttable* t); 951 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, 958 bool upb_inttable_lookup(const upb_inttable* t, uintptr_t key, upb_value* v); 970 bool upb_inttable_remove(upb_inttable* t, uintptr_t key, upb_value* val); 982 bool upb_inttable_replace(upb_inttable* t, uintptr_t key, upb_value val); 987 void upb_inttable_compact(upb_inttable* t, upb_Arena* a); 1006 bool upb_inttable_next2(const upb_inttable* t, uintptr_t* key, upb_value* val, 1008 void upb_inttable_removeiter(upb_inttable* t, intptr_t* iter); [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 292 upb_inttable methods; /* upb_msgdef* -> upb_json_parsermethod* */
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 290 upb_inttable methods; /* upb_msgdef* -> upb_json_parsermethod* */
|