Lines Matching defs:first_name
552 const char *first_name = GetArgumentName(arg_entry[0].arg_type);
556 str.Printf("<%s> <%s>", first_name, second_name);
559 str.Printf("[<%s> <%s>]", first_name, second_name);
562 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name,
563 first_name, second_name);
566 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name,
567 first_name, second_name);
570 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name,
571 first_name, second_name);
574 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name,
575 first_name, second_name);