reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
436 str.Printf(" "); 448 str.Printf("<%s> <%s>", first_name, second_name); 451 str.Printf("[<%s> <%s>]", first_name, second_name); 454 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, 458 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, 462 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, 466 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, 491 str.Printf("<%s>", name_str.c_str()); 494 str.Printf("<%s> [<%s> [...]]", name_str.c_str(), name_str.c_str()); 497 str.Printf("[<%s> [<%s> [...]]]", name_str.c_str(), name_str.c_str()); 500 str.Printf("[<%s>]", name_str.c_str()); 503 str.Printf("<%s_1> .. <%s_n>", name_str.c_str(), name_str.c_str());