OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DataMap
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/tools/ctestfw/unicode/
datamap.h
27
class T_CTEST_EXPORT_API
DataMap
{
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/
datamap.cpp
9
#include "unicode/
datamap
.h"
14
DataMap
::~
DataMap
() {}
15
DataMap
::
DataMap
() {}
18
DataMap
::utoi(const UnicodeString &s) const
/external/chromium/chrome/browser/extensions/
extension_service_unittest.cc
157
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
;
202
DataMap
extension_map_;
[
all
...]
/prebuilts/devtools/tools/lib/
sdk-common.jar
Completed in 312 milliseconds