Home
last modified time | relevance | path

Searched refs:MyMap (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/rewrite_scoped_refptr/tests/
Dtest12-original.cc15 typedef std::map<std::string, scoped_refptr<const Foo>> MyMap; typedef
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter()
32 MyMap::const_iterator it_;
36 MyMap map; in TestsAScopedRefptr()
Dtest12-expected.cc15 typedef std::map<std::string, scoped_refptr<const Foo>> MyMap; typedef
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter()
32 MyMap::const_iterator it_;
36 MyMap map; in TestsAScopedRefptr()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp111 class MyMap { class
4468 MyMap<MyString, Mutex*> map;
4469 MyMap<MyString, MuCell> mapCell;