Searched refs:PathMappingList (Results 1 – 12 of 12) sorted by relevance
40 PathMappingList::PathMappingList() : m_pairs() {} in PathMappingList() function in PathMappingList42 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList46 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList50 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =()60 PathMappingList::~PathMappingList() = default;62 void PathMappingList::Append(ConstString path, in Append()70 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()81 void PathMappingList::Insert(ConstString path, in Insert()138 void PathMappingList::Clear(bool notify) { in Clear()252 PathMappingList::const_iterator[all …]
2189 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList()2193 void Target::ImageSearchPathsChanged(const PathMappingList &path_list, in ImageSearchPathsChanged()4000 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
19 class PathMappingList {21 typedef void (*ChangedCallback)(const PathMappingList &path_list,25 PathMappingList();27 PathMappingList(ChangedCallback callback, void *callback_baton);29 PathMappingList(const PathMappingList &rhs);31 ~PathMappingList();33 const PathMappingList &operator=(const PathMappingList &rhs);38 void Append(const PathMappingList &rhs, bool notify);
130 PathMappingList &GetSourcePathMap() const;1052 PathMappingList &GetImageSearchPathList();1421 PathMappingList m_image_search_paths;1444 static void ImageSearchPathsChanged(const PathMappingList &path_list,
45 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue()47 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue()50 PathMappingList m_path_mappings;
818 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList()820 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList()974 PathMappingList m_source_mappings =
51 PathMappingList m_symlink_paths;63 PathMappingList GetSymlinkMappings() const;
130 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList()276 mutable PathMappingList m_source_mappings;
153 class PathMappingList; variable
130 PathMappingList ModuleListProperties::GetSymlinkMappings() const { in GetSymlinkMappings()
587 SRCS+= Target/PathMappingList.cpp
1141 const PathMappingList &list = target->GetImageSearchPathList(); in HandleArgumentCompletion()