Searched refs:PathList (Results 1 – 7 of 7) sorted by relevance
37 public class PathList extends SIPHeaderList<Path> { class41 public PathList() { in PathList() method in PathList47 PathList retval = new PathList(); in clone()
34 import gov.nist.javax.sip.header.ims.PathList;72 PathList pathList = new PathList(); in parse()
68 typedef std::list<std::string> PathList; typedef98 PathList paths_;
184 for (PathList::const_iterator it = paths_.begin(); it != paths_.end(); in HasEnclosingPath()236 for (Entry::PathList::const_reverse_iterator it2 = ++it->paths_.rbegin(); in UpdateAllFrom()
155 typedef std::list<std::string> PathList; typedef186 PathList paths_;
184 for (PathList::const_iterator it = paths_.begin(); it != paths_.end(); in HasEnclosingPath()
115 headerListTable.put(Path.class, PathList.class); in initializeListMap()