Searched defs:DataMap (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Ddatamap.h27 class T_CTEST_EXPORT_API DataMap { class
29 virtual ~DataMap();
32 DataMap();
37 /** get the string from the DataMap. Addressed by name
43 /** get the string from the DataMap. Addressed by name
84 /** get an array of strings from the DataMap. Addressed by name.
91 /** get an array of integers from the DataMap. Addressed by name.
103 class T_CTEST_EXPORT_API RBDataMap : public DataMap{
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Ddatamap.h27 class T_CTEST_EXPORT_API DataMap { class
29 virtual ~DataMap();
32 DataMap();
37 /** get the string from the DataMap. Addressed by name
43 /** get the string from the DataMap. Addressed by name
84 /** get an array of strings from the DataMap. Addressed by name.
91 /** get an array of integers from the DataMap. Addressed by name.
103 class T_CTEST_EXPORT_API RBDataMap : public DataMap{
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Ddatamap.cpp14 DataMap::~DataMap() {}
15 DataMap::DataMap() {} function in class:DataMap
18 DataMap::utoi(const UnicodeString &s) const
/external/icu/icu4c/source/tools/ctestfw/
H A Ddatamap.cpp14 DataMap::~DataMap() {}
15 DataMap::DataMap() {} function in class:DataMap
18 DataMap::utoi(const UnicodeString &s) const
/external/chromium_org/base/
H A Dsupports_user_data.h49 typedef std::map<const void*, linked_ptr<Data> > DataMap; typedef in class:base::SupportsUserData
52 DataMap user_data_;
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_unittest.cc33 typedef std::map<std::string, std::string> DataMap; typedef in class:content::SessionStorageDatabaseTest
45 void ReadData(DataMap* data) const;
183 void SessionStorageDatabaseTest::ReadData(DataMap* data) const {
193 DataMap data;
207 for (DataMap::const_iterator it = data.begin(); it != data.end(); ++it) {
220 for (DataMap::const_iterator it = data.begin(); it != data.end(); ++it) {
257 for (DataMap::const_iterator it = data.begin(); it != data.end(); ++it) {
287 DataMap data;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc257 for (DataMap::const_iterator i = extension_map_.begin();
276 DataMap::const_iterator it = extension_map_.find(id);
303 DataMap; typedef in class:MockExtensionProvider
304 DataMap extension_map_;

Completed in 356 milliseconds