HomeSort by relevance Sort by last modified time
    Searched refs:ExtendedType (Results 1 - 11 of 11) 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/golang-protobuf/proto/testdata/
test.pb.go     [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/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 386 ExtendedType: (*Reply)(nil),
395 ExtendedType: (*Reply)(nil),
404 ExtendedType: (*OtherBase)(nil),
832 ExtendedType: (*Reply)(nil),
841 ExtendedType: (*Reply)(nil),
  /external/golang-protobuf/proto/
extensions.go 152 ExtendedType Message // nil pointer to the type that is being extended
207 if a, b := reflect.TypeOf(pbi), reflect.TypeOf(extension.ExtendedType); a != b {
231 key := extPropKey{base: reflect.TypeOf(ed.ExtendedType), field: ed.Field}
570 st := reflect.TypeOf(desc.ExtendedType).Elem()
extensions_test.go 79 ExtendedType: (*pb.MyMessage)(nil),
489 ExtendedType: (*pb.MyMessage)(nil),
514 ExtendedType: (*pb.MyMessage)(nil),
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 614 ExtendedType: (*Real)(nil),
752 ExtendedType: (*Real)(nil),
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]

Completed in 2470 milliseconds