代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9834399
test namespace.test
# Functionality covered: this file contains a collection of tests for the
# procedures in tclNamesp.c that implement Tcl's basic support for
# namespaces. Other namespace-related tests appear in varia
www.eeworm.com/read/366065/9834937
n namespace.n
'\"
'\" Copyright (c) 1993-1997 Bell Labs Innovations for Lucent Technologies
'\" Copyright (c) 1997 Sun Microsystems, Inc.
'\" Copyright (c) 2000 Scriptics Corporation.
'\"
'\" See the file "license.
www.eeworm.com/read/164463/10107164
h namespace.h
#ifndef _NAMESPACE_H_
#define _NAMESPACE_H_
#ifdef __KERNEL__
struct namespace {
atomic_t count;
struct vfsmount * root;
struct list_head list;
struct rw_semaphore sem;
};
extern void umount_tr
www.eeworm.com/read/277457/10637874
cpp namespace.cpp
#include
#include
using namespace std;
namespace NS {
string data("NS namespace data");
}
string data("Global namespace data");
namespace NS {
string data2("A
www.eeworm.com/read/143968/12826344
class namespace.class
www.eeworm.com/read/136625/13368137
c namespace.c
/*****************************************************************
* namespace.c
*
* Copyright 1999, Clark Cooper
* All rights reserved.
*
* This program is free software; you can distrib