Home | Sort by relevance Sort by last modified time |
/external/harfbuzz_ng/util/ | |
options.hh | 74 virtual void post_parse (GError **error G_GNUC_UNUSED) {}; function in struct:option_group_t 290 void post_parse (GError **error G_GNUC_UNUSED) { function in struct:text_options_t 332 void post_parse (GError **error G_GNUC_UNUSED) function in struct:output_options_t |
options.cc | 111 post_parse (GOptionContext *context G_GNUC_UNUSED, function 117 option_group->post_parse (error); 131 g_option_group_set_parse_hooks (group, pre_parse, post_parse); |