Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/codegen/core/
Dgen_stats_data.py156 bounds_idx = decl_static_table(bounds, 'int')
187 code += '_bkt.dbl = grpc_stats_table_%d[bucket];\n' % bounds_idx
196 bounds_idx, histogram.buckets)
197 return (code, bounds_idx)
332 code, bounds_idx = gen_bucket_code(histogram) variable
333 histo_bucket_boundaries.append(bounds_idx)