|
def | __init__ (self, converter) |
|
def | cc_binary (self, **kwargs) |
|
def | cc_fuzz_test (self, **kwargs) |
|
def | cc_library (self, **kwargs) |
|
def | cc_proto_library (self, **kwargs) |
|
def | cc_test (self, **kwargs) |
|
def | config_setting (self, **kwargs) |
|
def | exports_files (self, files, **kwargs) |
|
def | filegroup (self, **kwargs) |
|
def | generated_file_staleness_test (self, **kwargs) |
|
def | genrule (self, **kwargs) |
|
def | glob (self, *args) |
|
def | licenses (self, *args) |
|
def | load (self, *args) |
|
def | lua_proto_library (self, **kwargs) |
|
def | make_shell_script (self, **kwargs) |
|
def | map_dep (self, arg) |
|
def | proto_library (self, **kwargs) |
|
def | py_binary (self, **kwargs) |
|
def | py_library (self, **kwargs) |
|
def | select (self, arg_dict) |
|
def | sh_test (self, **kwargs) |
|
def | upb_amalgamation (self, **kwargs) |
|
def | upb_fasttable_enabled (self, **kwargs) |
|
def | upb_proto_library (self, **kwargs) |
|
def | upb_proto_library_copts (self, **kwargs) |
|
def | upb_proto_reflection_library (self, **kwargs) |
|
def | upb_proto_srcs (self, **kwargs) |
|
Definition at line 48 of file make_cmakelists.py.
◆ __init__()
def make_cmakelists.BuildFileFunctions.__init__ |
( |
|
self, |
|
|
|
converter |
|
) |
| |
◆ _add_deps()
def make_cmakelists.BuildFileFunctions._add_deps |
( |
|
self, |
|
|
|
kwargs, |
|
|
|
keyword = "" |
|
) |
| |
|
private |
◆ cc_binary()
def make_cmakelists.BuildFileFunctions.cc_binary |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ cc_fuzz_test()
def make_cmakelists.BuildFileFunctions.cc_fuzz_test |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ cc_library()
def make_cmakelists.BuildFileFunctions.cc_library |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ cc_proto_library()
def make_cmakelists.BuildFileFunctions.cc_proto_library |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ cc_test()
def make_cmakelists.BuildFileFunctions.cc_test |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ config_setting()
def make_cmakelists.BuildFileFunctions.config_setting |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ exports_files()
def make_cmakelists.BuildFileFunctions.exports_files |
( |
|
self, |
|
|
|
files, |
|
|
** |
kwargs |
|
) |
| |
◆ filegroup()
def make_cmakelists.BuildFileFunctions.filegroup |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ generated_file_staleness_test()
def make_cmakelists.BuildFileFunctions.generated_file_staleness_test |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ genrule()
def make_cmakelists.BuildFileFunctions.genrule |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ glob()
def make_cmakelists.BuildFileFunctions.glob |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ licenses()
def make_cmakelists.BuildFileFunctions.licenses |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ load()
def make_cmakelists.BuildFileFunctions.load |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ lua_proto_library()
def make_cmakelists.BuildFileFunctions.lua_proto_library |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ make_shell_script()
def make_cmakelists.BuildFileFunctions.make_shell_script |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ map_dep()
def make_cmakelists.BuildFileFunctions.map_dep |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ proto_library()
def make_cmakelists.BuildFileFunctions.proto_library |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ py_binary()
def make_cmakelists.BuildFileFunctions.py_binary |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ py_library()
def make_cmakelists.BuildFileFunctions.py_library |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ select()
def make_cmakelists.BuildFileFunctions.select |
( |
|
self, |
|
|
|
arg_dict |
|
) |
| |
◆ sh_test()
def make_cmakelists.BuildFileFunctions.sh_test |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ upb_amalgamation()
def make_cmakelists.BuildFileFunctions.upb_amalgamation |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ upb_fasttable_enabled()
def make_cmakelists.BuildFileFunctions.upb_fasttable_enabled |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ upb_proto_library()
def make_cmakelists.BuildFileFunctions.upb_proto_library |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ upb_proto_library_copts()
def make_cmakelists.BuildFileFunctions.upb_proto_library_copts |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ upb_proto_reflection_library()
def make_cmakelists.BuildFileFunctions.upb_proto_reflection_library |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ upb_proto_srcs()
def make_cmakelists.BuildFileFunctions.upb_proto_srcs |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ converter
make_cmakelists.BuildFileFunctions.converter |
The documentation for this class was generated from the following file: