Searched refs:our_e (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.c | 170 upb_tabent *our_e; in insert() local 176 our_e = mainpos_e; in insert() 180 our_e->next = NULL; in insert() 191 our_e = new_e; in insert() 202 our_e = mainpos_e; in insert() 203 our_e->next = NULL; in insert() 206 our_e->key = tabkey; in insert() 207 our_e->val.val = val.val; in insert() 208 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2502 upb_tabent* our_e; in insert() local 2508 our_e = mainpos_e; in insert() 2512 our_e->next = NULL; in insert() 2524 our_e = new_e; in insert() 2535 our_e = mainpos_e; in insert() 2536 our_e->next = NULL; in insert() 2539 our_e->key = tabkey; in insert() 2540 our_e->val.val = val.val; in insert() 2541 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2502 upb_tabent* our_e; in insert() local 2508 our_e = mainpos_e; in insert() 2512 our_e->next = NULL; in insert() 2524 our_e = new_e; in insert() 2535 our_e = mainpos_e; in insert() 2536 our_e->next = NULL; in insert() 2539 our_e->key = tabkey; in insert() 2540 our_e->val.val = val.val; in insert() 2541 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2472 upb_tabent* our_e; in insert() local 2478 our_e = mainpos_e; in insert() 2482 our_e->next = NULL; in insert() 2494 our_e = new_e; in insert() 2505 our_e = mainpos_e; in insert() 2506 our_e->next = NULL; in insert() 2509 our_e->key = tabkey; in insert() 2510 our_e->val.val = val.val; in insert() 2511 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2472 upb_tabent* our_e; in insert() local 2478 our_e = mainpos_e; in insert() 2482 our_e->next = NULL; in insert() 2494 our_e = new_e; in insert() 2505 our_e = mainpos_e; in insert() 2506 our_e->next = NULL; in insert() 2509 our_e->key = tabkey; in insert() 2510 our_e->val.val = val.val; in insert() 2511 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
|