Lines Matching refs:Element
39 class Element : public ObjectBase {
51 const Element **fields;
89 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();} in getField()
103 static Element *createFromStream(Context *rsc, IStream *stream);
105 static ObjectBaseRef<const Element> createRef(Context *rsc,
110 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
111 const Element **,
116 static const Element* create(Context *rsc, in create()
121 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize); in create()
125 static const Element* create(Context *rsc, size_t count,
126 const Element **ein,
130 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
146 ObjectBaseRef<const Element> e;
156 virtual ~Element();
157 explicit Element(Context *);
175 std::vector<Element *> mElements;