Home
last modified time | relevance | path

Searched refs:mapType (Results 1 – 2 of 2) sorted by relevance

/external/stlport/test/unit/
Dhash_test.cpp65 typedef multimap<int, int> mapType; typedef in HashTest
67 void check_keys( hashType& h, mapType& m );
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m ) in check_keys()
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i ) { in check_keys()
222 for (mapType::iterator mIter = m.begin(); mIter != m.end(); mIter++) { in check_keys()
252 mapType m; in hmmap2()
/external/webkit/WebCore/bindings/v8/
DDOMData.h99 …void DOMData::handleWeakObject(DOMDataStore::DOMWrapperMapType mapType, v8::Persistent<v8::Object>… in handleWeakObject() argument
106 …>* domMap = static_cast<DOMDataStore::InternalDOMWrapperMap<T>*>(store->getDOMWrapperMap(mapType)); in handleWeakObject()