代码搜索:Namespaces

找到约 1,276 项符合「Namespaces」的源代码

代码结果 1,276
www.eeworm.com/read/190666/5173152

c externc3.c

// Test that two extern "C" declarations of the same name in different // namespaces are treated as declaring the same function. namespace foo { extern "C" int f (); } extern "C" int f () { return
www.eeworm.com/read/340665/3273807

c externc3.c

// Test that two extern "C" declarations of the same name in different // namespaces are treated as declaring the same function. namespace foo { extern "C" int f (); } extern "C" int f () { return
www.eeworm.com/read/324136/3506110

tcl automkindex.tcl

# Test file for: # auto_mkindex # # This file provides example cases for testing the Tcl autoloading # facility. Things are much more complicated with namespaces and classes. # The "auto_mkindex" f
www.eeworm.com/read/323581/3513536

itcl mkindex.itcl

# Test file for: # auto_mkindex # # This file provides example cases for testing the Tcl autoloading # facility. Things are much more complicated with namespaces and classes. # The "auto_mkindex" f
www.eeworm.com/read/440906/1775439

c externc3.c

// Test that two extern "C" declarations of the same name in different // namespaces are treated as declaring the same function. namespace foo { extern "C" int f (); } extern "C" int f () { return
www.eeworm.com/read/411488/2187711

cpp adj_test.cpp

#include #include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class
www.eeworm.com/read/411488/2187716

cpp swap_test.cpp

#include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class // class SwapTest
www.eeworm.com/read/411488/2187720

cpp bnegate_test.cpp

#include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class // class Bnega