HomeSort by relevance Sort by last modified time
    Searched refs:EntryVector (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
AuxVector.h 82 typedef std::vector<Entry> EntryVector;
85 typedef EntryVector::const_iterator iterator;
106 EntryVector m_auxv;
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store.h 79 typedef std::vector<ArticleEntry> EntryVector;
123 void OnDatabaseLoad(bool success, scoped_ptr<EntryVector> entries);
dom_distiller_store_unittest.cc 188 AssertionResult AreEntriesEqual(const DomDistillerStore::EntryVector& entries,
194 for (DomDistillerStore::EntryVector::const_iterator it = entries.begin();
211 DomDistillerStore::EntryVector entries;
371 DomDistillerStore::EntryVector entries;
dom_distiller_store.cc 254 scoped_ptr<EntryVector> entries) {
263 for (EntryVector::iterator it = entries->begin(); it != entries->end();

Completed in 69 milliseconds