HomeSort by relevance Sort by last modified time
    Searched defs:upb_inttable_lookup (Results 1 - 2 of 2) sorted by null

  /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...]
  /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...]

Completed in 63 milliseconds