Lines Matching defs:El
231 IO &IO, DXContainerYAML::SignatureElement &El) {
232 IO.mapRequired("Name", El.Name);
233 IO.mapRequired("Indices", El.Indices);
234 IO.mapRequired("StartRow", El.StartRow);
235 IO.mapRequired("Cols", El.Cols);
236 IO.mapRequired("StartCol", El.StartCol);
237 IO.mapRequired("Allocated", El.Allocated);
238 IO.mapRequired("Kind", El.Kind);
239 IO.mapRequired("ComponentType", El.Type);
240 IO.mapRequired("Interpolation", El.Mode);
241 IO.mapRequired("DynamicMask", El.DynamicMask);
242 IO.mapRequired("Stream", El.Stream);