OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
linux.h
56
typedef std::map<std::string, std::string>
SimpleMap
;
57
typedef std::vector<
SimpleMap
> MapVector;
65
virtual bool ParseSection(
SimpleMap
*key_val_pair);
/external/chromium_org/third_party/libjingle/source/talk/base/
linux.h
58
typedef std::map<std::string, std::string>
SimpleMap
;
59
typedef std::vector<
SimpleMap
> MapVector;
67
virtual bool ParseSection(
SimpleMap
* key_val_pair);
Completed in 34 milliseconds