Searched refs:PathMappingList (Results 1 – 9 of 9) sorted by relevance
43 PathMappingList::PathMappingList() in PathMappingList() function in PathMappingList46 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList50 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList54 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =()64 PathMappingList::~PathMappingList() = default;66 void PathMappingList::Append(const ConstString &path, in Append()74 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()85 void PathMappingList::Insert(const ConstString &path, in Insert()142 void PathMappingList::Clear(bool notify) { in Clear()254 PathMappingList::const_iterator[all …]
2141 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList()2145 void Target::ImageSearchPathsChanged(const PathMappingList &path_list, in ImageSearchPathsChanged()3831 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
20 class PathMappingList {22 typedef void (*ChangedCallback)(const PathMappingList &path_list,28 PathMappingList();30 PathMappingList(ChangedCallback callback, void *callback_baton);32 PathMappingList(const PathMappingList &rhs);34 ~PathMappingList();36 const PathMappingList &operator=(const PathMappingList &rhs);41 void Append(const PathMappingList &rhs, bool notify);
123 PathMappingList &GetSourcePathMap() const;1031 PathMappingList &GetImageSearchPathList();1292 PathMappingList m_image_search_paths;1311 static void ImageSearchPathsChanged(const PathMappingList &path_list,
55 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue()57 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue()60 PathMappingList m_path_mappings;
947 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList()949 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList()1103 PathMappingList m_source_mappings; ///< Module specific source remappings for
148 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList()298 mutable PathMappingList m_source_mappings;
173 class PathMappingList; variable
533 SRCS+= Target/PathMappingList.cpp