Home
last modified time | relevance | path

Searched refs:IncludeEntry (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/process/
Dprocess_iterator.cc20 } while (result && !IncludeEntry()); in NextProcessEntry()
34 bool ProcessIterator::IncludeEntry() { in IncludeEntry() function in base::ProcessIterator
Dprocess_iterator.h96 virtual bool IncludeEntry();
135 bool IncludeEntry() override;
Dprocess_iterator_linux.cc145 bool NamedProcessIterator::IncludeEntry() { in IncludeEntry() function in base::NamedProcessIterator
148 return ProcessIterator::IncludeEntry(); in IncludeEntry()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeSorter.cpp177 for (const std::string &IncludeEntry : IncludeBucket[IncludeKind]) { in CreateIncludeInsertion() local
178 if (compareHeaders(FileName, IncludeEntry, Style) < 0) { in CreateIncludeInsertion()
179 const auto &Location = IncludeLocations[IncludeEntry][0]; in CreateIncludeInsertion()
181 } else if (FileName == IncludeEntry) { in CreateIncludeInsertion()