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

  /external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
test11-expected.cc 13 typedef std::vector<scoped_refptr<Foo> > FooList;
16 FooList list;
19 for (FooList::const_iterator it = list.begin(); it != list.end(); ++it) {
test11-original.cc 13 typedef std::vector<scoped_refptr<Foo> > FooList;
16 FooList list;
19 for (FooList::const_iterator it = list.begin(); it != list.end(); ++it) {

Completed in 70 milliseconds