Searched defs:ExtendedType (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DExtendedType.java19 * $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 class
35 * Create an ExtendedType object from node type, namespace and local name.
42 public ExtendedType (int nodetype, String namespace, String localName) method in class:ExtendedType
51 * Create an ExtendedType object from node type, namespace, local name
59 public ExtendedType (int nodetype, String namespace, String localName, int hash) method in class:ExtendedType
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 objec
[all...]
/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h216 template<typename OtherDerived> struct ExtendedType { struct in class:Eigen::VectorwiseOp
225 typename ExtendedType<OtherDerived>::Type
232 return typename ExtendedType<OtherDerived>::Type
487 const typename ExtendedType<OtherDerived>::Type>
499 const typename ExtendedType<OtherDerived>::Type>
512 const typename ExtendedType<OtherDerived>::Type>
526 const typename ExtendedType<OtherDerived>::Type>

Completed in 2338 milliseconds