Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:UPB_MAXARRSIZE

4241 #define UPB_MAXARRSIZE 16  /* 64k. */
4272 return UPB_MIN(UPB_MAXARRSIZE, ret);
4847 size_t counts[UPB_MAXARRSIZE + 1] = {0};
4850 uintptr_t max[UPB_MAXARRSIZE + 1] = {0};