Searched refs:GetNext (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_elf_view.h71 void GetNext() { dyn_ += 1; } function in class:crazy::ElfView::DynamicIterator
H A Dcrazy_linker_shared_library.cpp216 for (; dyn.HasNext(); dyn.GetNext()) {
438 bool SharedLibrary::DependencyIterator::GetNext() { function in class:crazy::SharedLibrary::DependencyIterator
440 for (; iter_.HasNext(); iter_.GetNext()) {
443 iter_.GetNext();
H A Dcrazy_linker_library_list.cpp111 while (iter.GetNext()) {
206 while (iter.GetNext()) {
317 while (iter.GetNext()) {
H A Dcrazy_linker_shared_library.h142 // while (iter.GetNext() {
151 bool GetNext();
H A Dcrazy_linker_elf_symbols.cpp32 for (; dyn.HasNext(); dyn.GetNext()) {
H A Dcrazy_linker_elf_relocations.cpp149 for (; dyn.HasNext(); dyn.GetNext()) {
/ndk/sources/host-tools/ndk-depends/
H A Dndk-depends.cc620 // while (iter.GetNext()) {
638 bool GetNext() { function in class:__anon305::DynamicIterator
678 while (iter.GetNext()) {
693 while (iter.GetNext()) {

Completed in 157 milliseconds