代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/392773/2491291
cpp iota_test.cpp
#include
#include
#include "cppunit/cppunit_proxy.h"
#if defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class IotaTest : public CPPUNIT_NS::Tes
www.eeworm.com/read/392773/2491470
cpp config_test.cpp
#include
#include
#include "cppunit/cppunit_proxy.h"
#if defined (_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class ConfigTest : public CPPUNIT_NS::Test
www.eeworm.com/read/370865/2783650
java namespace.java
package org.enhydra.shark.xpdl.elements;
import org.enhydra.shark.xpdl.XMLAttribute;
import org.enhydra.shark.xpdl.XMLComplexElement;
/**
* Helper class to properly write namespaces in XML.
*
*