• Home
  • Raw
  • Download

Lines Matching refs:PathMappingList

28 PathMappingList::PathMappingList () :  in PathMappingList()  function in PathMappingList
36 PathMappingList::PathMappingList (ChangedCallback callback, in PathMappingList() function in PathMappingList
46 PathMappingList::PathMappingList (const PathMappingList &rhs) : in PathMappingList() function in PathMappingList
55 const PathMappingList &
56 PathMappingList::operator =(const PathMappingList &rhs) in operator =()
72 PathMappingList::~PathMappingList () in ~PathMappingList()
77 PathMappingList::Append (const ConstString &path, in Append()
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) in Append()
102 PathMappingList::Insert (const ConstString &path, in Insert()
119 PathMappingList::Replace (const ConstString &path, in Replace()
135 PathMappingList::Remove (off_t index, bool notify) in Remove()
151 PathMappingList::Dump (Stream *s, int pair_index) in Dump()
171 PathMappingList::Clear (bool notify) in Clear()
181 PathMappingList::RemapPath (const ConstString &path, ConstString &new_path) const in RemapPath()
205 PathMappingList::RemapPath (const char *path, std::string &new_path) const in RemapPath()
226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindFile()
261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) in Replace()
276 PathMappingList::Remove (const ConstString &path, bool notify) in Remove()
290 PathMappingList::const_iterator
291 PathMappingList::FindIteratorForPath (const ConstString &path) const in FindIteratorForPath()
305 PathMappingList::iterator
306 PathMappingList::FindIteratorForPath (const ConstString &path) in FindIteratorForPath()
321 PathMappingList::GetPathsAtIndex (uint32_t idx, ConstString &path, ConstString &new_path) const in GetPathsAtIndex()
335 PathMappingList::FindIndexForPath (const ConstString &path) const in FindIndexForPath()