Searched refs:SBModuleSpecList (Results 1 – 4 of 4) sorted by relevance
147 SBModuleSpecList::SBModuleSpecList() : in SBModuleSpecList() function in SBModuleSpecList153 SBModuleSpecList::SBModuleSpecList (const SBModuleSpecList &rhs) : in SBModuleSpecList() function in SBModuleSpecList159 SBModuleSpecList &160 SBModuleSpecList::operator = (const SBModuleSpecList &rhs) in operator =()167 SBModuleSpecList::~SBModuleSpecList() in ~SBModuleSpecList()172 SBModuleSpecList173 SBModuleSpecList::GetModuleSpecifications (const char *path) in GetModuleSpecifications()175 SBModuleSpecList specs; in GetModuleSpecifications()183 SBModuleSpecList::Append (const SBModuleSpec &spec) in Append()189 SBModuleSpecList::Append (const SBModuleSpecList &spec_list) in Append()[all …]
105 friend class SBModuleSpecList;112 class SBModuleSpecList115 SBModuleSpecList();117 SBModuleSpecList (const SBModuleSpecList &rhs);119 ~SBModuleSpecList();121 SBModuleSpecList &122 operator = (const SBModuleSpecList &rhs);124 static SBModuleSpecList131 Append (const SBModuleSpecList &spec_list);136 SBModuleSpecList
57 class SBModuleSpecList; variable
79 friend class SBModuleSpecList; variable