Lines Matching refs:Element
37 class Element : public ObjectBase {
49 const Element **fields;
87 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();} in getField()
101 static Element *createFromStream(Context *rsc, IStream *stream);
103 static ObjectBaseRef<const Element> createRef(Context *rsc,
108 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
109 const Element **,
114 static const Element* create(Context *rsc, in create()
119 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize); in create()
123 static const Element* create(Context *rsc, size_t count,
124 const Element **ein,
128 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
144 ObjectBaseRef<const Element> e;
154 virtual ~Element();
155 Element(Context *);
173 Vector<Element *> mElements;