Searched defs:Container (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/platform/graphics/android/ |
D | PlatformGraphicsContext.h | 40 Container(WebCore::Node* node, const WebCore::IntRect& r) in Container() function 65 Container(const Container& src) in Container() function
|
/external/stlport/test/unit/ |
D | map_test.cpp | 339 typedef map<Key, int, KeyCmp> Container; in template_methods() typedef 364 typedef map<Key*, int, KeyCmpPtr> Container; in template_methods() typedef 388 typedef multimap<Key, int, KeyCmp> Container; in template_methods() typedef 413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; in template_methods() typedef
|
D | unordered_test.cpp | 572 typedef unordered_set<Key, KeyHash, KeyEqual> Container; in template_methods() typedef 593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef 613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container; in template_methods() typedef 634 typedef unordered_multiset<Key const volatile*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
|
/external/chromium/base/ |
D | stack_container_unittest.cc | 77 typedef Vector::ContainerType Container; in TEST() typedef
|