Searched refs:FixedArgvRegistry (Results 1 – 3 of 3) sorted by relevance
115 class FixedArgvRegistry {120 static FixedArgvRegistry *head_;123 FixedArgvRegistry *next_;126 FixedArgvRegistry(Function *func) : func_(func), next_(head_) { in FixedArgvRegistry() function131 for (FixedArgvRegistry *ptr = head_; ptr; ptr = ptr->next_) { in Apply()
22 FixedArgvRegistry *FixedArgvRegistry::head_ = nullptr;
40 using header_checker::dumper::FixedArgvRegistry;118 FixedArgvRegistry::Apply(fixed_argv); in main()