Home
last modified time | relevance | path

Searched refs:arg_parse_enum_or_int_helper (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/common/
H A Dargs_helper.h71 int arg_parse_enum_or_int_helper(const struct arg *arg, char *err_msg);
H A Dargs_helper.c185 int arg_parse_enum_or_int_helper(const struct arg *arg, char *err_msg) { in arg_parse_enum_or_int_helper() function
H A Dargs.c231 int ret = arg_parse_enum_or_int_helper(arg, err_msg); in arg_parse_enum_or_int()