代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/132649/5912443
hpp namespace.hpp
/*
* ===========================================================================
* PRODUCTION $Log: namespace.hpp,v $
* PRODUCTION Revision 1000.0 2003/10/29 17:36:55 gouriano
* PRODUCTION PRODU
www.eeworm.com/read/132649/5915413
cpp namespace.cpp
/*
* ===========================================================================
* PRODUCTION $Log: namespace.cpp,v $
* PRODUCTION Revision 1000.1 2004/06/01 19:43:26 gouriano
* PRODUCTION PRODU
www.eeworm.com/read/127043/6009882
java namespace.java
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been in
www.eeworm.com/read/120487/6072390
c namespace.c
/*-------------------------------------------------------------------------
*
* namespace.c
* code to support accessing and searching namespaces
*
* This is separate from pg_namespace.c, which
www.eeworm.com/read/120487/6072956
h namespace.h
/*-------------------------------------------------------------------------
*
* namespace.h
* prototypes for functions in backend/catalog/namespace.c
*
*
* Portions Copyright (c) 1996-2003, Po
www.eeworm.com/read/119649/6082856
format namespace.format
Imports System
Imports System.Data
Imports System.Data.SqlTypes
Imports System.Collections
Imports System.ComponentModel
Imports OrmLib
Namespace {0}
{1}
End Namespace
www.eeworm.com/read/119649/6082932
format namespace.format
Imports System.Collections
Imports System.Reflection
Imports System.Data.SqlTypes
Imports System.Globalization
Imports System.ComponentModel
Imports OrmLib
Namespace {0}
{1}
End Names
www.eeworm.com/read/119649/6083063
format namespace.format
using System;
using System.Data;
using System.Data.SqlTypes;
using System.Collections;
using System.ComponentModel;
namespace {0}
{
{1}
}
www.eeworm.com/read/119649/6083141
format namespace.format
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect beh
www.eeworm.com/read/117181/6110499
cc namespace.cc
namespace AAA {
char c;
int i;
int A_xyzq (int);
char xyzq (char);
class inA {
public:
int xx;
int fum (int);
};
};
int AAA::inA::fum (int i)
{
return 10 + i;
}
namespace BBB