Searched refs:largest_count (Results 1 – 2 of 2) sorted by relevance
241 Count largest_count = 0; in WriteAsciiImpl() local251 if (count > largest_count) in WriteAsciiImpl()252 largest_count = count; in WriteAsciiImpl()272 WriteAsciiBucketGraph(count, largest_count, output); in WriteAsciiImpl()
808 largest_count = count_required_fields(largest_msg)809 if largest_count > 64:811 yield '#if PB_MAX_REQUIRED_FIELDS < %d\n' % largest_count813 yield ' setting PB_MAX_REQUIRED_FIELDS to %d or more.\n' % largest_count