Searched defs:PathMappingList (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DPathMappingList.h1 //===-- PathMappingList.h ---------------------------------------*- C++ -*-===//
24 class PathMappingList class in namespace:lldb_private
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
[all...]
/external/lldb/source/Target/
H A DPathMappingList.cpp1 //===-- PathMappingList.cpp -------------------------------------*- C++ -*-===//
20 #include "lldb/Target/PathMappingList.h"
26 // PathMappingList constructor
28 PathMappingList::PathMappingList () : function in class:PathMappingList
36 PathMappingList::PathMappingList (ChangedCallback callback, function in class:PathMappingList
46 PathMappingList::PathMappingList (const PathMappingList function in class:PathMappingList
[all...]

Completed in 2761 milliseconds