代码搜索:Namespace

找到约 10,000 项符合「Namespace」的源代码

代码结果 10,000
www.eeworm.com/read/267326/11182773

cpp dh.cpp

// dh.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "dh.h" NAMESPACE_BEGIN(CryptoPP) void DH_TestInstantiations() { DH dh1; DH dh2(NullRNG(), 10);
www.eeworm.com/read/267326/11182906

cpp mqv.cpp

// mqv.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "mqv.h" NAMESPACE_BEGIN(CryptoPP) void TestInstantiations_MQV() { MQV mqv; } NAMESPACE_END
www.eeworm.com/read/249774/12475188

h acconfig.h

#ifndef _ACCONFIG_H #define _ACCONFIG_H 1 #undef HAVE_CXX_STD_NAMESPACE #undef HAVE_CXX_NAMESPACE #endif /* _ACCONFIG_H */
www.eeworm.com/read/133019/14057667

cpp mqv.cpp

// mqv.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "mqv.h" NAMESPACE_BEGIN(CryptoPP) void TestInstantiations_MQV() { MQV mqv; } NAMESPACE_END
www.eeworm.com/read/200462/15432454

cpp simple.cpp

// simple.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #ifndef CRYPTOPP_IMPORTS #include "simple.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) NAMESPA
www.eeworm.com/read/200462/15432595

cpp mqv.cpp

// mqv.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "mqv.h" NAMESPACE_BEGIN(CryptoPP) void TestInstantiations_MQV() { MQV mqv; } NAMESPACE_END
www.eeworm.com/read/105882/15656294

sl nspace2.sl

#ifexists This_Namespace if (This_Namespace == "NS3") { if (current_namespace () != "NS3") { failed ("evalfile in NS3"); } } else implements (This_Namespace); %vmessage (
www.eeworm.com/read/251577/12333267

h stream_functions.h

/* ///////////////////////////////////////////////////////////////////////// * File: comstl/stream_functions.h * * Purpose: Stream functions. * * Created: 22nd October 2005
www.eeworm.com/read/251577/12333814

hpp window_redraw_scope.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: window_redraw_scope.hpp (formerly winstl_window_redraw_scope.h) * * Purpose: Window redraw-state s
www.eeworm.com/read/251577/12333822

hpp last_error_scope.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: winstl/last_error_scope.hpp (formerly winstl_last_error_scope.h; originally MWTErrScp.h, ::SynesisWin) *