代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/343458/11946847
txt hal-namespace.txt
HAL namespace description for Bluetooth
***************************************
Copyright (C) 2006-2007 Marcel Holtmann
bluetooth namespace
===================
bluetooth.uui
www.eeworm.com/read/483160/1280004
properties namespace-aop.properties
enable-managed-bean-factory=de.mindmatters.faces.spring.factory.xml.VariableResolverProcessorBeanDefinitionParser
action-listener=de.mindmatters.faces.spring.factory.xml.ActionListenerBeanDefinitionPa
www.eeworm.com/read/482889/1285258
hpp add_to_namespace.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifnde
www.eeworm.com/read/479931/1328832
cc namespace1.cc
/* Copyright 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as p
www.eeworm.com/read/470720/1444451
c namespace8.c
namespace X {
typedef struct {
} x;
}
typedef X::x x;
using X::x;
www.eeworm.com/read/470720/1444453
c namespace9.c
namespace A {
void f();
}
int g()
{
struct f { };
using A::f;
}
www.eeworm.com/read/470720/1444479
c namespace1.c
namespace a {
namespace b {
void foo();
}
}
void
a::b:foo() // { dg-error "" }
{
}