Home
last modified time | relevance | path

Searched refs:post_parse (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.hh97 virtual void post_parse (GError **error G_GNUC_UNUSED) {}; in post_parse() function
352 void post_parse (GError **error G_GNUC_UNUSED) { in post_parse() function
396 void post_parse (GError **error G_GNUC_UNUSED) in post_parse() function
Doptions.cc128 post_parse (GOptionContext *context G_GNUC_UNUSED, in post_parse() function
134 option_group->post_parse (error); in post_parse()
148 g_option_group_set_parse_hooks (group, pre_parse, post_parse); in add_group()