Home
last modified time | relevance | path

Searched refs:pre_parse (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.cc117 pre_parse (GOptionContext *context G_GNUC_UNUSED, in pre_parse() function
123 option_group->pre_parse (error); in pre_parse()
148 g_option_group_set_parse_hooks (group, pre_parse, post_parse); in add_group()
Doptions.hh96 virtual void pre_parse (GError **error G_GNUC_UNUSED) {}; in pre_parse() function
/external/v8/src/
Dcounters.h859 HT(pre_parse, V8.PreParseMicroSeconds, 1000000, MICROSECOND) \
/external/v8/src/parsing/
Dparser.cc5258 pre_parse_timer_ = isolate->counters()->pre_parse(); in Parse()