Searched refs:largest_count (Results 1 – 3 of 3) sorted by relevance
244 Count largest_count = 0; in WriteAsciiImpl() local254 if (count > largest_count) in WriteAsciiImpl()255 largest_count = count; in WriteAsciiImpl()275 WriteAsciiBucketGraph(count, largest_count, output); in WriteAsciiImpl()
1221 largest_count = largest_msg.count_required_fields()1222 if largest_count > 64:1224 yield '#if PB_MAX_REQUIRED_FIELDS < %d\n' % largest_count1226 yield ' setting PB_MAX_REQUIRED_FIELDS to %d or more.\n' % largest_count
1320 largest_count = largest_msg.count_required_fields()1321 if largest_count > 64:1323 yield '#if PB_MAX_REQUIRED_FIELDS < %d\n' % largest_count1325 yield ' setting PB_MAX_REQUIRED_FIELDS to %d or more.\n' % largest_count