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

  /external/protobuf/php/ext/google/protobuf/
storage.c 441 oneof_case, upb_fielddef_number(field));
521 if (*oneof_case != upb_fielddef_number(field)) {
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...]
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 539 if (*oneof_case != upb_fielddef_number(field)) {
634 oneof_case, upb_fielddef_number(field));
717 if (*oneof_case == upb_fielddef_number(field)) {
741 if (*from_oneof_case == upb_fielddef_number(field)) {
768 if (*from_oneof_case == upb_fielddef_number(field)) {
798 (*msg1_oneof_case == upb_fielddef_number(field) &&
encode_decode.c 96 hd->oneof_case_num = upb_fielddef_number(f);
    [all...]
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...]
defs.c 767 return INT2NUM(upb_fielddef_number(self->fielddef));
    [all...]
upb.h     [all...]

Completed in 316 milliseconds