Searched refs:bounds_idx (Results 1 – 2 of 2) sorted by relevance
156 bounds_idx = decl_static_table(bounds, 'int')187 code += '_bkt.dbl = grpc_stats_table_%d[bucket];\n' % bounds_idx196 bounds_idx, histogram.buckets)197 return (code, bounds_idx)332 code, bounds_idx = gen_bucket_code(histogram) variable333 histo_bucket_boundaries.append(bounds_idx)
160 bounds_idx = decl_static_table(bounds, 'int')191 code += '_bkt.dbl = grpc_stats_table_%d[bucket];\n' % bounds_idx200 bounds_idx, histogram.buckets)201 return (code, bounds_idx)338 code, bounds_idx = gen_bucket_code(histogram) variable339 histo_bucket_boundaries.append(bounds_idx)