Searched refs:qualified (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h52 // Returns the non-nested type name for the given type. If "qualified" is
56 // Then the qualified ClassName for Qux would be:
58 // While the non-qualified version would be:
60 string ClassName(const Descriptor* descriptor, bool qualified);
61 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
82 // Returns the fully-qualified type name field->message_type(). Usually this
90 // Note: non-built-in type names will be qualified, meaning they will start
H A Dcpp_helpers.cc115 string ClassName(const Descriptor* descriptor, bool qualified) { argument
125 if (qualified) {
132 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { argument
134 if (qualified) {
140 string result = ClassName(enum_descriptor->containing_type(), qualified);
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java209 private void makeHDFRecursive(Data data, String base, boolean qualified, boolean isLastVararg, argument
211 String label = qualified ? qualifiedTypeName() : simpleTypeName();
240 TypeInfo.makeHDF(data, base + ".typeArguments", mTypeArguments, qualified, typeVars);
243 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars);
246 TypeInfo.makeHDF(data, base + ".extendsBounds", mExtendsBounds, qualified, typeVars);
250 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified, argument
254 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables);
258 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified) { argument
259 makeHDF(data, base, types, qualified, new HashSet<String>());
H A DClassInfo.java864 String qualified = qualifiedName();
876 data.setValue("class.qualified", qualified);
959 if ("java.lang.Object".equals(qualified) || "java.io.Serializable".equals(qualified)) {
1120 data.setValue(base + ".qualified", cl.qualifiedName());
/external/doclava/res/assets/templates/
H A Dtodo.cs71 <td><a href="#class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></td>
82 <h3><a name="class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></h3>
/external/libxml2/
H A Dvalid.c3298 * Search the DTD for the description of this qualified attribute on
5574 * @qname: the qualified name as appearing in the serialization
5661 * Fetch the declaration for the qualified name
5678 * Fetch the declaration for the non qualified name
5705 * @qname: the qualified name as appearing in the serialization
5872 * @qname: the qualified name as appearing in the serialization
6161 int qualified = -1; local
6194 * qualified names handling is problematic, having a
6199 if (qualified < 0)
6200 qualified
[all...]
H A Dxpath.c8738 * Libxml keep the original prefix so the "real qualified name" used is
9683 int qualified);
9774 * parse an XML namespace non qualified name.
9825 * parse an XML qualified name
9897 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { argument
9910 ((qualified) && (c != ':')))) {
9917 (c == '_') || ((qualified) && (c == ':')) ||
9938 (c == '_') || ((qualified) && (c == ':')) ||
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1697 /// <summary>Fully qualified name of the stream's underlying file</summary>

Completed in 349 milliseconds