Lines Matching refs:SBThreadCollection
17 SBThreadCollection::SBThreadCollection() { LLDB_INSTRUMENT_VA(this); } in SBThreadCollection() function in SBThreadCollection
19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
24 const SBThreadCollection &SBThreadCollection::
25 operator=(const SBThreadCollection &rhs) { in operator =()
33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
36 SBThreadCollection::~SBThreadCollection() = default;
38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()
42 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()
46 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
50 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()
54 const lldb::ThreadCollectionSP &SBThreadCollection::operator*() const { in operator *()
58 bool SBThreadCollection::IsValid() const { in IsValid()
62 SBThreadCollection::operator bool() const { in operator bool()
68 size_t SBThreadCollection::GetSize() { in GetSize()
76 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { in GetThreadAtIndex()