reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
615 std_out.Printf("isa = 0x%" PRIx64, iterator->first); 616 std_out.Printf(" name = %s", class_name); 617 std_out.Printf(" instance size = %" PRIu64, 619 std_out.Printf(" num ivars = %" PRIuPTR, 622 std_out.Printf(" superclass = %s", 625 std_out.Printf("\n"); 629 std_out.Printf( 638 [&std_out](const char *name, const char *type) -> bool { 639 std_out.Printf(" instance method name = %s type = %s\n", 643 [&std_out](const char *name, const char *type) -> bool { 644 std_out.Printf(" class method name = %s type = %s\n", name, 653 std_out.Printf("isa = 0x%" PRIx64 " has no associated class.\n",