/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.c | 528 if (!upb_inttable_lookup(&e->iton, num, NULL)) { 4781 bool upb_inttable_lookup(const upb_inttable *t, uintptr_t key, upb_value *v) { function [all...] |
upb.h | [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.c | 454 if (!upb_inttable_lookup(&e->iton, num, NULL) && 4530 bool upb_inttable_lookup(const upb_inttable *t, uintptr_t key, upb_value *v) { function [all...] |
upb.h | 880 bool upb_inttable_lookup(const upb_inttable *t, uintptr_t key, upb_value *v); [all...] |