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

  /external/protobuf/php/ext/google/protobuf/
upb.c 117 if (upb_fielddef_name(f) == NULL || upb_fielddef_number(f) == 0) {
224 uint32_t ret = upb_fielddef_number(f);
644 upb_fielddef_setnumber(newf, upb_fielddef_number(f), NULL);
699 uint32_t upb_fielddef_number(const upb_fielddef *f) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 160 if (upb_fielddef_name(f) == NULL || upb_fielddef_number(f) == 0) {
267 uint32_t ret = upb_fielddef_number(f);
728 upb_fielddef_setnumber(newf, upb_fielddef_number(f), NULL);
783 uint32_t upb_fielddef_number(const upb_fielddef *f) { function
    [all...]

Completed in 65 milliseconds