Searched refs:simpleLinkNames (Results 1 – 5 of 5) sorted by relevance
255 for (size_t j = 0; j < endPrologEvent_->simpleLinkNames().size(); j++) in activeLinks()256 if (endPrologEvent_->simpleLinkNames()[j] == in activeLinks()278 j < endPrologEvent_->simpleLinkNames().size(); j++) { in simpleLinkInfo()280 endPrologEvent_->simpleLinkNames()[j]; in simpleLinkInfo()815 if (event->simpleLinkNames().size() > 0) in endProlog()
148 for (size_t i = 0; i < event->simpleLinkNames().size(); i++) { in endProlog()152 &event->simpleLinkNames()[i]); in endProlog()
331 Vector<StringC> &simpleLinkNames, in EndPrologEvent() argument337 simpleLinkNames.swap(simpleLinkNames_); in EndPrologEvent()
177 Vector<StringC> simpleLinkNames; in endProlog() local181 simpleLinkNames.push_back(lpd.name()); in endProlog()191 simpleLinkNames, in endProlog()
458 Vector<StringC> &simpleLinkNames,467 const Vector<StringC> &simpleLinkNames() const;1123 const Vector<StringC> &EndPrologEvent::simpleLinkNames() const in simpleLinkNames() function