HomeSort by relevance Sort by last modified time
    Searched refs:post_parse (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/util/
options.hh 97 virtual void post_parse (GError **error G_GNUC_UNUSED) {}; function in struct:option_group_t
326 void post_parse (GError **error G_GNUC_UNUSED) { function in struct:text_options_t
368 void post_parse (GError **error G_GNUC_UNUSED) function in struct:output_options_t
options.cc 127 post_parse (GOptionContext *context G_GNUC_UNUSED, function
133 option_group->post_parse (error);
147 g_option_group_set_parse_hooks (group, pre_parse, post_parse);

Completed in 151 milliseconds