Lines Matching refs:CoindexedNamedObject
28 [](const common::Indirection<CoindexedNamedObject> &ci) in GetLastName()
86 [](const common::Indirection<CoindexedNamedObject> &ci) in GetFirstName()
126 const CoindexedNamedObject *GetCoindexedNamedObject(const DataRef &base) { in GetCoindexedNamedObject()
129 [](const Name &) -> const CoindexedNamedObject * { return nullptr; }, in GetCoindexedNamedObject()
130 [](const common::Indirection<CoindexedNamedObject> &x) in GetCoindexedNamedObject()
131 -> const CoindexedNamedObject * { return &x.value(); }, in GetCoindexedNamedObject()
132 [](const auto &x) -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
138 const CoindexedNamedObject *GetCoindexedNamedObject( in GetCoindexedNamedObject()
142 [](const DataRef &x) -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
145 [](const Substring &x) -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
151 const CoindexedNamedObject *GetCoindexedNamedObject(const Variable &variable) { in GetCoindexedNamedObject()
155 -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
158 [](const auto &) -> const CoindexedNamedObject * { return nullptr; }, in GetCoindexedNamedObject()
162 const CoindexedNamedObject *GetCoindexedNamedObject( in GetCoindexedNamedObject()
166 [](const StructureComponent &x) -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
169 [](const auto &) -> const CoindexedNamedObject * { return nullptr; }, in GetCoindexedNamedObject()