Lines Matching refs:str
56 def __init__(self, param_decl: str) -> None: argument
66 def __init__(self, wrapper_type: str, return_type: str, name: str, argument
67 args: str, variant: str) -> None: argument
105 def gen_ctx(self, prefix: str = '') -> str: argument
117 def gen_list(self, format: str) -> str: argument
120 def gen_block(self, format: str) -> str: argument
133 def func_decl_iter(text: str) -> Iterator: argument
142 def snake_to_camel(func_name: str) -> str: argument
152 def create_mixed_wrapper(func: FuncDecl) -> str:
182 def create_co_wrapper(func: FuncDecl) -> str:
206 def gen_co_wrapper(func: FuncDecl) -> str:
249 def gen_no_co_wrapper(func: FuncDecl) -> str:
302 def gen_wrappers(input_code: str) -> str: argument