Home | History | Annotate | Download | only in Target

Lines Matching defs:PathMappingList

1 //===-- PathMappingList.h ---------------------------------------*- C++ -*-===//
24 class PathMappingList
28 typedef void (*ChangedCallback) (const PathMappingList &path_list,
34 PathMappingList ();
36 PathMappingList (ChangedCallback callback,
39 PathMappingList (const PathMappingList &rhs);
41 ~PathMappingList ();
43 const PathMappingList &
44 operator =(const PathMappingList &rhs);
50 Append (const PathMappingList &rhs, bool notify);