HomeSort by relevance Sort by last modified time
    Searched defs:PathMappingList (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Target/
PathMappingList.h 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)
    [all...]
  /external/lldb/source/Target/
PathMappingList.cpp 1 //===-- PathMappingList.cpp -------------------------------------*- C++ -*-===//
20 #include "lldb/Target/PathMappingList.h"
26 // PathMappingList constructor
28 PathMappingList::PathMappingList () :
36 PathMappingList::PathMappingList (ChangedCallback callback,
46 PathMappingList::PathMappingList (const PathMappingList &rhs)
    [all...]

Completed in 47 milliseconds