Home
last modified time | relevance | path

Searched refs:inheritance (Results 1 – 25 of 48) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/lib/NEXT/
DChanges44 - Fixed NEXT::UNSEEN bug under diamond inheritance (thanks Dan
56 - Refixed NEXT::UNSEEN bug under diamond inheritance
61 - Re-re-fixed NEXT::UNSEEN bug under diamond inheritance
66 - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance
DREADME56 - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance
/mirbsd/src/gnu/usr.bin/perl/vmesa/
Dvmesa.c111 struct inheritance inherit; in do_aspawn()
221 struct inheritance inherit; in do_spawn()
347 struct inheritance inherit; in spawn_cmd()
/mirbsd/src/gnu/usr.bin/perl/ext/XS/Typemap/t/
DTypemap.t20 # Some inheritance trees to check ISA relationships
214 # check that inheritance works
229 # inheritance should not work
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlobj.pod88 If you care about inheritance (and you should; see
144 X<class> X<package> X<@ISA> X<inheritance>
152 package. This is how Perl implements inheritance. Each element of the
178 If you want to stop the AUTOLOAD inheritance say simply
185 Perl classes do method inheritance only. Data inheritance is left up
193 X<inheritance, method> X<inheritance, data>
217 class methods follow the inheritance tree just like ordinary instance
Dperlboot.pod140 (If the subroutine can't be found, "inheritance" kicks in, but we'll
193 Horse? Yes, with inheritance!
221 Perl checks for the inheritance array C<@Cow::ISA>. It's there,
243 multiple inheritance and multiple headaches), so we get a nice tree of
244 inheritance.
249 (it has to belong to the package to be found by the inheritance mechanism),
345 in the inheritance chain:
358 C<speak>, and use all of C<Animal>'s inheritance chain if not found
412 inheritance, overriding, and extending. Using just what we've seen so
483 (without using inheritance), yielding the final subroutine invocation:
Dperltoot.pod71 This is merely a grouping convenience, and has no effect on inheritance,
220 you're going to worry about inheritance. (You can safely ignore this
427 to inheritance.
747 inheritance. Inheritance means allowing one class to piggy-back on
752 the true inheritance that you find in object modules.)
754 Sometimes the syntax of inheritance is built into the core of the
758 which governs (method) inheritance. If you try to call a method on an
767 In this case, we have what's called "single inheritance", or SI for short.
809 calls get an extra argument. Second, function calls don't do inheritance,
1009 notion known as multiple inheritance, or MI for short. All this means
[all …]
Dperltooc.pod72 of inheritance or sensitive to it. If you choose lexical variables,
182 attributes; it could interfere with inheritance; and it would have to
491 does something interesting in the face of inheritance: it accesses the
516 setting their inheritance list in their package's @ISA array to mention
628 of an object system. It even manifests inheritance, polymorphism,
1074 Those dabbling in multiple inheritance might be concerned
1167 The closure above can be modified to take inheritance into account using
1175 inheritance or possibly the Exporter, this strategy is closed to you.
1297 forethought and design. Aggregation instead of inheritance is often a
Dperlglossary.pod267 specific classes are derived genetically by L</inheritance>. Also
496 provides (either directly or by inheritance) L<methods|/method> (that
498 the class (its L<objects|/object>). See also L</inheritance>.
856 L<methods|/method>, by traversing the inheritance tree looking for the
1460 =item inheritance
1465 classes|/derived class>. See L</single inheritance> and L</multiple
1466 inheritance>.
1544 L</inheritance>.
1932 =item multiple inheritance
1935 unpredictably. (See also L</inheritance>, and L</single
[all …]
Dperl584delta.pod181 sourcing later, and can display the parent inheritance tree of a given class.
Dperl5005delta.pod866 =item Recursive inheritance detected while looking for method '%s' %s
868 (F) More than 100 levels of inheritance were encountered while invoking a
869 method. Probably indicates an unintended loop in your inheritance hierarchy.
Dperlbot.pod48 Don't be trigger happy with inheritance. A "using", "containing", or
Dperliol.pod207 "inherit" behaviour from a "base class". This "inheritance" is fixed
209 to populate the table, limited "multiple inheritance" is possible.
Dperlmodstyle.pod271 When the types of data form a natural hierarchy that can make use of inheritance
Dperl588delta.pod75 The inheritance hierarchy of the C<B::> modules has been corrected;
/mirbsd/src/usr.sbin/procmap/
Dprocmap.c572 printf(" inheritance = %d,", vme->inheritance); in dump_vm_map_entry()
665 vme->inheritance, vme->wired_count, in dump_vm_map_entry()
700 vme->inheritance, vme->wired_count, vme->advice); in dump_vm_map_entry()
751 vme->inheritance, in dump_vm_map_entry()
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/
DREADME7 localization and inheritance-based lexicons, as described in my
DTPJ13.pod690 implement something like data inheritance so that searches across
692 inheritance.
/mirbsd/src/sys/uvm/
Duvm_map.c810 if (prev_entry->inheritance != inherit ||
892 new_entry->inheritance = inherit;
1937 newentry->inheritance = entry->inheritance;
2326 entry->inheritance = new_inheritance;
3390 switch (old_entry->inheritance) {
3722 entry->inheritance, entry->wired_count, entry->advice);
Duvm_map.h154 vm_inherit_t inheritance; /* inheritance */ member
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgnu-nat.c2330 vm_inherit_t inheritance; in gnu_write_inferior() local
2342 &inheritance, in gnu_write_inferior()
2493 vm_inherit_t inheritance; in gnu_find_memory_regions() local
2505 &inheritance, in gnu_find_memory_regions()
Dnto-procfs.c980 struct inheritance inherit; in procfs_create_inferior()
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/
Dbigintpm.inc8 # for testing inheritance of _swap
497 # inheritance and overriding of _swap
Dupgrade.inc18 # for testing inheritance of _swap
/mirbsd/src/gnu/usr.bin/perl/lib/CGI/
DChanges835 2. Changes to better support inheritance.
936 2. Fixed problems with inheritance and autoloading.

12