Searched refs:intfmt (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3070 upb_intfmt_t intfmt; member 3079 #define UPB_FIELDDEF_INIT(label, type, intfmt, tagdelim, is_extension, lazy, \ argument 3086 lazy, packed, intfmt, tagdelim, type, label, num, selector_base, index \
|
D | upb.c | 634 f->intfmt = UPB_INTFMT_VARIABLE; in upb_fielddef_new() 692 return f->intfmt; in upb_fielddef_intfmt() 1032 f->intfmt = fmt; in upb_fielddef_setintfmt()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 3750 upb_intfmt_t intfmt; 3761 #define UPB_FIELDDEF_INIT(label, type, intfmt, tagdelim, is_extension, lazy, \ 3768 lazy, packed, intfmt, tagdelim, type, label, num, selector_base, index \
|
D | upb.c | 718 f->intfmt = UPB_INTFMT_VARIABLE; in upb_fielddef_new() 776 return f->intfmt; in upb_fielddef_intfmt() 1163 f->intfmt = fmt; in upb_fielddef_setintfmt()
|