代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/128841/14277230
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/128841/14277363
h md5.h
#ifndef CRYPTOPP_MD5_H
#define CRYPTOPP_MD5_H
#include "iterhash.h"
NAMESPACE_BEGIN(CryptoPP)
//! MD5
/*! 128 Bit Hash */
class
www.eeworm.com/read/226200/14489583
h md2.h
#ifndef CRYPTOPP_MD2_H
#define CRYPTOPP_MD2_H
#include "cryptlib.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
namespace Weak1 {
/// M
www.eeworm.com/read/226200/14489610
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/226200/14489945
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/221828/14718823
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/168845/5430611
hpp signals_common.hpp
// Boost.Signals library
// Copyright Douglas Gregor 2001-2004. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.
www.eeworm.com/read/168845/5432228
hpp config.hpp
// (C) Copyright Gennadiy Rozental 2005.
// 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.
www.eeworm.com/read/162614/5521004
c alias3.c
// { dg-do run }
namespace A{
struct X{};
void f(X&);
extern int i;
namespace a_very_long_namespace_name{
int k;
}
}
namespace B = A;
namespace B = A;
namespace B = B;
namespace avl =
www.eeworm.com/read/267326/11182601
cpp algparam.cpp
// algparam.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "algparam.h"
NAMESPACE_BEGIN(CryptoPP)
bool (*AssignIntToInteger)(const std::type_info &valueTy