HomeSort by relevance Sort by last modified time
    Searched refs:ExtendedType (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 19 * $Id: ExtendedType.java 468653 2006-10-28 07:07:05Z minchau $
24 * The class ExtendedType represents an extended type object used by
27 public final class ExtendedType
35 * Create an ExtendedType object from node type, namespace and local name.
42 public ExtendedType (int nodetype, String namespace, String localName)
51 * Create an ExtendedType object from node type, namespace, local name
59 public ExtendedType (int nodetype, String namespace, String localName, int hash)
68 * Redefine this ExtendedType object to represent a different extended type.
81 * Redefine this ExtendedType object to represent a different extended type.
102 * Test if this ExtendedType object is equal to the given ExtendedType
    [all...]
ExpandedNameTable.java 41 private ExtendedType[] m_extendedTypes;
68 ExtendedType hashET = new ExtendedType(-1, "", "");
71 private static ExtendedType[] m_defaultExtendedTypes;
108 m_defaultExtendedTypes = new ExtendedType[DTM.NTYPES];
112 m_defaultExtendedTypes[i] = new ExtendedType(i, "", "");
135 m_extendedTypes = new ExtendedType[m_initialSize];
218 // Create a new ExtendedType object
219 ExtendedType newET = new ExtendedType(type, namespace, localName, hash)
    [all...]
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 207 template<typename OtherDerived> struct ExtendedType {
217 typename ExtendedType<OtherDerived>::Type
224 return typename ExtendedType<OtherDerived>::Type
554 const typename ExtendedType<OtherDerived>::Type>
567 const typename ExtendedType<OtherDerived>::Type>
580 const typename ExtendedType<OtherDerived>::Type>
596 const typename ExtendedType<OtherDerived>::Type>
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 66 class ExtendedType {
67 ExtendedType &operator=(const ExtendedType &Ty) = delete;
73 ExtendedType() = default;
74 ExtendedType(const ExtendedType &Ty) = default;
76 virtual ~ExtendedType() = default;
78 ExtendedType::TypeKind getKind() const { return Kind; }
100 ExtendedType::TypeKind Kind = Undefined;
103 Ice::Ostream &operator<<(Ice::Ostream &Stream, const ExtendedType &Ty)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]

Completed in 154 milliseconds