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

  /art/runtime/gc/
allocation_record.h 209 typedef std::list<EntryPair> EntryList;
267 EntryList::iterator Begin()
273 EntryList::iterator End()
279 EntryList::reverse_iterator RBegin()
285 EntryList::reverse_iterator REnd()
304 // see the comment in typedef of EntryList
305 EntryList entries_ GUARDED_BY(Locks::alloc_tracker_lock_);
  /external/clang/test/SemaCXX/
static-cast.cpp 151 outer<int> EntryList;
  /external/webrtc/webrtc/p2p/base/
turnport.h 188 typedef std::list<TurnEntry*> EntryList;
268 EntryList entries_;
turnport.cc     [all...]

Completed in 397 milliseconds