Searched refs:put_banner (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/tools/codegen/core/ |
D | gen_settings_ids.py | 57 def put_banner(files, banner): function 79 put_banner([H, C], [line[2:].rstrip() for line in copyright]) 81 put_banner(
|
D | gen_stats_data.py | 201 def put_banner(files, banner): function 224 put_banner([H], [line[2:].rstrip() for line in copyright]) 226 put_banner( 316 put_banner([C], [line[2:].rstrip() for line in copyright]) 318 put_banner(
|
D | gen_static_metadata.py | 247 def put_banner(files, banner): function 345 put_banner([H, C], [line[2:].rstrip() for line in copyright]) 363 put_banner([H, C], """WARNING: Auto-generated code.
|