代码搜索:Namespace

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

代码结果 10,000
www.eeworm.com/read/262041/4316919

h namespace.h

#ifndef _NAMESPACE_H_ #define _NAMESPACE_H_ #ifdef __KERNEL__ #include #include struct namespace { atomic_t count; struct vfsmount * root; struct list_h
www.eeworm.com/read/261155/4324252

java namespace.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copy
www.eeworm.com/read/254392/4386003

java namespace.java

/* * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y
www.eeworm.com/read/162614/5534208

java namespace.java

/* Namespace.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the ter
www.eeworm.com/read/162519/5543740

java namespace.java

/* Namespace.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the ter
www.eeworm.com/read/158872/5592469

cc namespace.cc

namespace AAA { char c; int i; int A_xyzq (int); char xyzq (char); class inA { public: int xx; int fum (int); }; }; int AAA::inA::fum (int i) { return 10 + i; } namespace BBB
www.eeworm.com/read/158872/5592482

exp namespace.exp

# Copyright 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public Lic
www.eeworm.com/read/174336/9595124

cc namespace.cc

/* C++ Reflection & Serice Library * Copyright (C) 2003 Marcus Perlick * mailto: riffraff@users.sf.net * * This library is free software; you can redistribute it and/or * modify it under the te
www.eeworm.com/read/174336/9595126

hh namespace.hh

#ifndef RFL_NAMESPACE_HH #define RFL_NAMESPACE_HH /* C++ Reflection & Serice Library * Copyright (C) 2003 Marcus Perlick * mailto: riffraff@users.sf.net * * This library is free software; you ca
www.eeworm.com/read/269895/11071707

cpp namespace.cpp

#include #include using namespace std; namespace user1 { string user_name = "WZR"; } namespace user2 { string user_name = "GWZ"; }