代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/172530/5385138
java namespacecontext2.java
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
// See http://java.sun.com/xml/jaxb
www.eeworm.com/read/172530/5385215
java namespacecontext2.java
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
// See http://java.sun.com/xml/jaxb
www.eeworm.com/read/167133/5468974
java contenthandler.java
// ContentHandler.java - handle main document content.
// http://www.saxproject.org
// Written by David Megginson
// NO WARRANTY! This class is in the public domain.
package org.xml.sax;
/**
* Re
www.eeworm.com/read/163883/5506786
h stl_user_config.h
/*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use o
www.eeworm.com/read/162614/5517399
c struct2.c
// PR c++/14510
struct c {};
namespace A {
int c(struct c*req);
}
int A::c(struct c*req) {}
www.eeworm.com/read/162614/5521741
c ns6.c
// { dg-do assemble }
namespace A {
int i = 1;
}
namespace A {
int j = i;
}
www.eeworm.com/read/162614/5521754
c ns13.c
// { dg-do assemble }
namespace N {
struct C {
C();
};
}
namespace M {
struct C {
C();
};
}
www.eeworm.com/read/159876/5579917
properties xmlserializermessages.properties
# This file stores error messages for the Xerces XML
# serializer. Many DOM Load/Save error messages also
# live here, since the serializer largely implements that package.
#
# As usual with propert