Home
last modified time | relevance | path

Searched refs:UPB_INTFMT_ZIGZAG (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c961 upb_fielddef_setintfmt(f, UPB_INTFMT_ZIGZAG); in upb_fielddef_setdescriptortype()
981 case UPB_INTFMT_ZIGZAG: return UPB_DESCRIPTOR_TYPE_SINT32; in upb_fielddef_descriptortype()
987 case UPB_INTFMT_ZIGZAG: return UPB_DESCRIPTOR_TYPE_SINT64; in upb_fielddef_descriptortype()
993 case UPB_INTFMT_ZIGZAG: return -1; in upb_fielddef_descriptortype()
999 case UPB_INTFMT_ZIGZAG: return -1; in upb_fielddef_descriptortype()
Dupb.h1461 UPB_INTFMT_ZIGZAG = 3 /* Only for signed types (INT32/INT64). */ enumerator
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1092 upb_fielddef_setintfmt(f, UPB_INTFMT_ZIGZAG); in upb_fielddef_setdescriptortype()
1112 case UPB_INTFMT_ZIGZAG: return UPB_DESCRIPTOR_TYPE_SINT32; in upb_fielddef_descriptortype()
1118 case UPB_INTFMT_ZIGZAG: return UPB_DESCRIPTOR_TYPE_SINT64; in upb_fielddef_descriptortype()
1124 case UPB_INTFMT_ZIGZAG: return -1; in upb_fielddef_descriptortype()
1130 case UPB_INTFMT_ZIGZAG: return -1; in upb_fielddef_descriptortype()
Dupb.h1872 UPB_INTFMT_ZIGZAG = 3 /* Only for signed types (INT32/INT64). */