Lines Matching refs:SBFileSpecList
24 SBFileSpecList::SBFileSpecList() : m_opaque_up(new FileSpecList()) { in SBFileSpecList() function in SBFileSpecList
28 SBFileSpecList::SBFileSpecList(const SBFileSpecList &rhs) { in SBFileSpecList() function in SBFileSpecList
34 SBFileSpecList::~SBFileSpecList() = default;
36 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) { in operator =()
44 uint32_t SBFileSpecList::GetSize() const { in GetSize()
50 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append()
56 bool SBFileSpecList::AppendIfUnique(const SBFileSpec &sb_file) { in AppendIfUnique()
62 void SBFileSpecList::Clear() { in Clear()
68 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex()
75 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex()
83 const lldb_private::FileSpecList *SBFileSpecList::operator->() const { in operator ->()
87 const lldb_private::FileSpecList *SBFileSpecList::get() const { in get()
91 const lldb_private::FileSpecList &SBFileSpecList::operator*() const { in operator *()
95 const lldb_private::FileSpecList &SBFileSpecList::ref() const { in ref()
99 bool SBFileSpecList::GetDescription(SBStream &description) const { in GetDescription()