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

/external/icu4c/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/icu4c/tools/ctestfw/
H A Ddatamap.cpp14 DataMap::~DataMap() {}
15 DataMap::DataMap() {} function in class:DataMap
18 DataMap::utoi(const UnicodeString &s) const
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc157 for (DataMap::const_iterator i = extension_map_.begin();
175 DataMap::const_iterator it = extension_map_.find(id);
201 typedef std::map< std::string, std::pair<std::string, FilePath> > DataMap; typedef in class:MockExtensionProvider
202 DataMap extension_map_;

Completed in 83 milliseconds