Home
last modified time | relevance | path

Searched refs:bounds_idx (Results 1 – 2 of 2) 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)
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_stats_data.py160 bounds_idx = decl_static_table(bounds, 'int')
191 code += '_bkt.dbl = grpc_stats_table_%d[bucket];\n' % bounds_idx
200 bounds_idx, histogram.buckets)
201 return (code, bounds_idx)
338 code, bounds_idx = gen_bucket_code(histogram) variable
339 histo_bucket_boundaries.append(bounds_idx)