Searched refs:DependencyIterator (Results 1 – 3 of 3) sorted by relevance
146 class DependencyIterator {148 DependencyIterator(SharedLibrary* lib) in DependencyIterator() function156 DependencyIterator();157 DependencyIterator(const DependencyIterator&);158 DependencyIterator& operator=(const DependencyIterator&);
110 SharedLibrary::DependencyIterator iter(lib->GetCrazy()); in FindSymbolFrom()205 SharedLibrary::DependencyIterator iter(lib); in UnloadLibrary()315 SharedLibrary::DependencyIterator iter(lib.Get()); in LoadLibrary()
438 bool SharedLibrary::DependencyIterator::GetNext() { in GetNext()