Searched defs:write_cpp (Results 1 – 3 of 3) sorted by relevance
57 def write_cpp(cpp_ops: Sequence[str], file_path: str) -> None: function
204 def write_cpp(enums, path_prefix, file_name, data_source_name, namespace, api_enum_name): function
321 def write_cpp(cpp_path: str, upgrader_dict: list[dict[str, Any]]) -> None: function