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

/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DAttribute.pm6 sub _COMPAT02 () { 0x00000001 } subroutine
127 ($g->[ _F ] & _COMPAT02) ? (defined $a ? %{ $a } : ()) : $a;
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DAttribute.pm6 sub _COMPAT02 () { 0x00000001 } subroutine
127 ($g->[ _F ] & _COMPAT02) ? (defined $a ? %{ $a } : ()) : $a;
/macosx-10.9.5/CPANInternal-140/Graph/lib/
H A DGraph.pm47 # - _COMPAT02 for user API compatibility with the Graph 0.20xxx series.
64 sub _COMPAT02 () { 0x00000001 } subroutine
112 $g->[ _F ] & _COMPAT02;
198 compat02 => _COMPAT02,
251 $eflags = ($gflags & _COMPAT02) ? _COUNT : 0;
/macosx-10.9.5/CPANInternal-140/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;

Completed in 195 milliseconds