Lines Matching defs:component
251 const typeInfo::Component &component, const Descriptor &origDescriptor,
255 if (component.genre() == typeInfo::Component::Genre::Data) {
256 // Create a descriptor for the component
259 component.CreatePointerDescriptor(
265 origDescriptor.Element<char>(origSubscripts) + component.offset()};
267 terminator, component.genre() == typeInfo::Component::Genre::Automatic);
272 terminator.Crash("not yet implemented: component IO");
281 const Descriptor &compArray{type.component()};
288 const typeInfo::Component &component{
291 io, component, descriptor, subscripts, handler, table)) {
292 // Return true for NAMELIST input if any component appeared.
307 const Descriptor &compArray{type.component()};
319 const typeInfo::Component &component{
322 io, component, descriptor, subscripts, handler, table)) {
435 // TODO: If no component at any level has defined READ or WRITE