|
proxygen
|
Functions | |
| def | main (argv) |
| def | gen_java (items, class_name, install_dir, output_scope) |
| def | gen_cpp_header (items, class_name, install_dir, output_scope) |
| def | gen_cpp_source (items, class_name, install_dir, header_path, output_scope) |
| def gen_trace_event_constants.gen_cpp_header | ( | items, | |
| class_name, | |||
| install_dir, | |||
| output_scope | |||
| ) |
Definition at line 132 of file gen_trace_event_constants.py.
Referenced by main().
| def gen_trace_event_constants.gen_cpp_source | ( | items, | |
| class_name, | |||
| install_dir, | |||
| header_path, | |||
| output_scope | |||
| ) |
Definition at line 171 of file gen_trace_event_constants.py.
References main().
Referenced by main().
| def gen_trace_event_constants.gen_java | ( | items, | |
| class_name, | |||
| install_dir, | |||
| output_scope | |||
| ) |
Definition at line 104 of file gen_trace_event_constants.py.
References join.
Referenced by main().
| def gen_trace_event_constants.main | ( | argv | ) |
Definition at line 16 of file gen_trace_event_constants.py.
References gen_cpp_header(), gen_cpp_source(), gen_java(), and folly::gen.split().
Referenced by gen_cpp_source().