Searched refs:_COMPAT02 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAttribute.pm6 sub _COMPAT02 () { 0x00000001 } subroutine
127 ($g->[ _F ] & _COMPAT02) ? (defined $a ? %{ $a } : ()) : $a;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAttribute.pm6 sub _COMPAT02 () { 0x00000001 } subroutine
127 ($g->[ _F ] & _COMPAT02) ? (defined $a ? %{ $a } : ()) : $a;
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm71 # - _COMPAT02 for user API compatibility with the Graph 0.20xxx series.
88 sub _COMPAT02 () { 0x00000001 } subroutine
136 $g->[ _F ] & _COMPAT02;
225 compat02 => _COMPAT02,
278 $eflags = ($gflags & _COMPAT02) ? _COUNT : 0;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm71 # - _COMPAT02 for user API compatibility with the Graph 0.20xxx series.
88 sub _COMPAT02 () { 0x00000001 } subroutine
136 $g->[ _F ] & _COMPAT02;
225 compat02 => _COMPAT02,
278 $eflags = ($gflags & _COMPAT02) ? _COUNT : 0;

Completed in 137 milliseconds