webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
def | load_functions_name (internal_format, angle_format) |
def | unknown_func_name (internal_format) |
def | get_load_func (func_name, type_functions) |
def | get_unknown_load_func (angle_to_type_map, internal_format) |
def | parse_json (json_data) |
Variables | |
string | template |
string | internal_format_param = 'internalFormat' |
string | angle_format_param = 'angleFormat' |
string | angle_format_unknown = 'NONE' |
json_data = angle_format.load_json('load_functions_data.json') | |
switch_data | |
load_functions_data | |
string | output |
def gen_load_functions_table.get_load_func | ( | func_name, | |
type_functions | |||
) |
def gen_load_functions_table.get_unknown_load_func | ( | angle_to_type_map, | |
internal_format | |||
) |
def gen_load_functions_table.load_functions_name | ( | internal_format, | |
angle_format | |||
) |
def gen_load_functions_table.parse_json | ( | json_data | ) |
def gen_load_functions_table.unknown_func_name | ( | internal_format | ) |
string gen_load_functions_table.angle_format_param = 'angleFormat' |
string gen_load_functions_table.angle_format_unknown = 'NONE' |
string gen_load_functions_table.internal_format_param = 'internalFormat' |
gen_load_functions_table.json_data = angle_format.load_json('load_functions_data.json') |
gen_load_functions_table.load_functions_data |
string gen_load_functions_table.output |
gen_load_functions_table.switch_data |
string gen_load_functions_table.template |