Home | History | Annotate | Download | only in tool

Lines Matching defs:templ

33     const struct argument *templ = nullptr;
36 templ = &templates[j];
41 if (templ == nullptr) {
51 if (templ->type == kBooleanArgument) {
63 const struct argument *templ = &templates[j];
64 if (templ->type == kRequiredArgument &&
65 out_args->find(templ->name) == out_args->end()) {
66 fprintf(stderr, "Missing value for required argument: %s\n", templ->name);
76 const struct argument *templ = &templates[i];
77 fprintf(stderr, "%s\t%s\n", templ->name, templ->description);