Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.hh95 post_parse_ (Type *thiz, GError **error) -> decltype (thiz->post_parse (error)) in post_parse_()
96 { thiz->post_parse (error); } in post_parse_()
99 post_parse (GOptionContext *context G_GNUC_UNUSED, in post_parse() function
120 g_option_group_set_parse_hooks (group, nullptr, post_parse<Type>); in add_group()
Dface-options.hh44 void post_parse (GError **error);
72 face_options_t::post_parse (GError **error) in post_parse() function in face_options_t
Dfont-options.hh56 void post_parse (GError **error);
90 font_options_t::post_parse (GError **error) in post_parse() function in font_options_t
Doutput-options.hh70 void post_parse (GError **error) in post_parse() function
Dtext-options.hh49 void post_parse (GError **error G_GNUC_UNUSED) in post_parse() function
/external/python/uritemplates/tests/
Dtest_uritemplate.py561 v.post_parse()
569 v.post_parse()
577 v.post_parse()
585 v.post_parse()
/external/python/uritemplates/uritemplate/
Dvariable.py69 self.post_parse()
122 def post_parse(self): member in URIVariable
/external/iptables/iptables/
Dnft-shared.h105 void (*post_parse)(int command, struct iptables_command_state *cs, member
Dnft-ipv6.c411 .post_parse = nft_ipv6_post_parse,
Dnft-ipv4.c459 .post_parse = nft_ipv4_post_parse,
Dnft-arp.c643 .post_parse = NULL,
Dnft-bridge.c901 .post_parse = NULL,
Dxtables.c907 h->ops->post_parse(p->command, cs, args); in do_parse()