Lines Matching refs:NS
2757 { # select last vector of parameters ( ns<P1>::type<P2> )
2994 if(my $NS = getNameSpace($TypeDeclId))
2997 if($NS=~/\A(struct |union |class |)((.+)::|)\Q$TypeName\E\Z/)
3005 $TypeAttr{"NameSpace"} = $NS;
4273 elsif(my $NS = $SymbolInfo{$Version}{$InfoId}{"NameSpace"}) {
4274 $PureSignature = $NS."::".$PureSignature;
4496 my @NS = ();
4499 push(@NS, substr($Name, 0, $CPos));
4503 return (join("::", @NS), $Name);
5972 my $NS = $CompleteSignature{$LibVersion}{$Symbol}{"NameSpace"};
5973 if(not $NS)
5976 $NS = $TypeInfo{$LibVersion}{$Class}{"NameSpace"};
5979 if($NS)
5981 if(defined $NestedNameSpaces{$LibVersion}{$NS}) {
5982 return $NS;
5986 while($NS=~s/::[^:]+\Z//)
5988 if(defined $NestedNameSpaces{$LibVersion}{$NS}) {
5989 return $NS;
6002 if(my $NS = $TypeInfo{$LibVersion}{$TName_Tid{$LibVersion}{$TypeName}}{"NameSpace"})
6004 if(defined $NestedNameSpaces{$LibVersion}{$NS}) {
6005 return $NS;
6009 while($NS=~s/::[^:]+\Z//)
6011 if(defined $NestedNameSpaces{$LibVersion}{$NS}) {
6012 return $NS;
7828 foreach my $NS (sort {$a=~/_/ <=> $b=~/_/} sort {lc($a) cmp lc($b)} keys(%{$NameSpaces}))
7830 next if($SkipNameSpaces{$Version}{$NS});
7831 next if(not $NS or $NameSpaces->{$NS}==-1);
7832 next if($NS=~/(\A|::)iterator(::|\Z)/i);
7833 next if($NS=~/\A__/i);
7834 next if(($NS=~/\Astd::/ or $NS=~/\A(std|tr1|rel_ops|fcntl)\Z/) and not $STDCXX_TESTING);
7835 $NestedNameSpaces{$Version}{$NS} = 1; # for future use in reports
7837 my @NS_Parts = split(/::/, $NS);
7846 my $FuncDecl = "$NS\:\:tmp_add_type_$AddNameSpaceId tmp_add_func_$AddNameSpaceId(){return 0;};";
8537 my $NS = $1;
8538 if(not defined $TUnit_NameSpaces{$Version}{$NS}) {
8539 $TUnit_NameSpaces{$Version}{$NS} = 1;
8549 foreach my $NS (keys(%{$AddNameSpaces{$Version}}))
8551 $TUnit_NameSpaces{$Version}{$NS} = 1;
9620 if(my $NS = $TInfo{"NameSpace"})
9622 if(my $NSTid = $TName_Tid{$LibVersion}{$NS}) {
12737 foreach my $NS (keys(%{$SkipNameSpaces{$LibVersion}}))
12739 if($NameSpace=~/\A\Q$NS\E(\:\:|\Z)/) {
12759 if(my $NS = $TypeInfo{$LibVersion}{$ClassId}{"NameSpace"})
12761 $CName=~s/\A\Q$NS\E\:\://g;
16592 $Title .= "<span class='ns'>namespace <b>$NameSpace</b></span><br/>\n";
17124 my ($N, $Ns) = @_;
17125 $N=~s/\b\Q$Ns\E:://g;