代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/208890/15233220
h config.h
#ifndef CRYPTOPP_CONFIG_H
#define CRYPTOPP_CONFIG_H
// define this if running on a little-endian CPU
#define IS_LITTLE_ENDIAN
// define this if your compiler doesn't support namespaces
#i
www.eeworm.com/read/13364/273988
h config.h
#ifndef CRYPTOPP_CONFIG_H
#define CRYPTOPP_CONFIG_H
// define this if running on a little-endian CPU
#define IS_LITTLE_ENDIAN
// define this if your compiler doesn't support namespaces
#i
www.eeworm.com/read/16736/686036
h config.h
#ifndef CRYPTOPP_CONFIG_H
#define CRYPTOPP_CONFIG_H
// define this if running on a little-endian CPU
#define IS_LITTLE_ENDIAN
// define this if your compiler doesn't support namespaces
#i
www.eeworm.com/read/460691/1558380
pod perlmod.pod
=head1 NAME
perlmod - Perl modules (packages and symbol tables)
=head1 DESCRIPTION
=head2 Packages
Perl provides a mechanism for alternative namespaces to protect packages
from stomping o
www.eeworm.com/read/422060/2045503
phpt bug24392.phpt
--TEST--
Bug #24392 (empty namespaces causing confusion)
--SKIPIF--
--FILE--
www.eeworm.com/read/411488/2187725
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/411488/2187889
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