next_addr_         53 courgette/adjustment_method.cc   LabelInfo* next_addr_;      // Label(Info) at next highest address.
next_addr_         63 courgette/adjustment_method.cc         next_addr_(NULL),
next_addr_        345 courgette/adjustment_method.cc     LabelInfo* m_info_next = m_info->next_addr_;
next_addr_        346 courgette/adjustment_method.cc     LabelInfo* p_info_next = p_info->next_addr_;
next_addr_        358 courgette/adjustment_method.cc       LabelInfo* m_info_next_next = m_info_next->next_addr_;
next_addr_        359 courgette/adjustment_method.cc       LabelInfo* p_info_next_next = p_info_next->next_addr_;
next_addr_        626 courgette/adjustment_method.cc       if (prev) prev->next_addr_ = curr;
next_addr_        179 net/tools/dump_cache/dump_files.cc   disk_cache::CacheAddr next_addr_;
next_addr_        203 net/tools/dump_cache/dump_files.cc   if (dumped_entries_.find(next_addr_) != dumped_entries_.end()) {
next_addr_        205 net/tools/dump_cache/dump_files.cc     next_addr_ = 0;
next_addr_        209 net/tools/dump_cache/dump_files.cc   if (next_addr_) {
next_addr_        210 net/tools/dump_cache/dump_files.cc     if (LoadEntry(next_addr_, entry))
next_addr_        213 net/tools/dump_cache/dump_files.cc     printf("Unable to load entry at address 0x%x\n", next_addr_);
next_addr_        214 net/tools/dump_cache/dump_files.cc     next_addr_ = 0;
next_addr_        247 net/tools/dump_cache/dump_files.cc   next_addr_ = entry->next;
next_addr_        248 net/tools/dump_cache/dump_files.cc   if (next_addr_) {