Searched defs:StringMap (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.h94 typedef std::map<std::string, std::string> StringMap; typedef in class:SyncExtensionHelper
117 StringMap id_to_name_;
/external/chromium/chrome/browser/importer/
H A Dmork_reader.h117 typedef std::map<IDString, std::string> StringMap; typedef in class:MorkReader
129 StringMap* map);
151 StringMap value_map_;
/external/chromium_org/net/proxy/
H A Dproxy_config_service_android_unittest.cc48 typedef std::map<std::string, std::string> StringMap; typedef in namespace:net
54 ProxyConfigServiceAndroidTestBase(const StringMap& initial_configuration)
83 StringMap::const_iterator it = configuration_.find(key);
104 StringMap configuration_;
113 : ProxyConfigServiceAndroidTestBase(StringMap()) {}
123 StringMap MakeInitialConfiguration() {
124 StringMap initial_configuration;
/external/llvm/include/llvm/ADT/
H A DStringMap.h1 //===--- StringMap.h - String Hash table map interface ----------*- C++ -*-===//
10 // This file defines the StringMap class.
51 /// StringMapImpl - This is the base class of StringMap that is shared among
115 /// a StringMap. It contains the Value itself and the key: the string length
231 /// StringMap - This is an unconventional map that is specialized for handling
236 class StringMap : public StringMapImpl { class in namespace:llvm
241 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} function in class:llvm::StringMap
242 explicit StringMap(unsigned InitialSize) function in class:llvm::StringMap
245 explicit StringMap(AllocatorTy A) function in class:llvm::StringMap
248 StringMap(unsigne function in class:llvm::StringMap
252 StringMap(const StringMap &RHS) function in class:llvm::StringMap
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc58 typedef std::map<std::string, std::string> StringMap; typedef in namespace:__anon3372
59 void ParseMap(const std::string& string, StringMap& map) {
211 StringMap map;
/external/chromium_org/chrome/browser/autocomplete/
H A Dcontact_provider_chromeos_unittest.cc107 typedef std::map<std::string, std::string> StringMap; typedef
108 StringMap contact_id_classifications;
118 for (StringMap::const_iterator it = contact_id_classifications.begin();
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc38 typedef std::map<std::string, std::string> StringMap; typedef in namespace:__anon4678
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc60 typedef std::map<std::string, std::string> StringMap; typedef in namespace:__anon11438
61 void ParseMap(const std::string& string, StringMap& map) {
197 StringMap map;
/external/valgrind/main/VEX/unused/
H A Dlinker.c217 StringMap; typedef in typeref:struct:__anon27093
219 static StringMap* new_StringMap ( void )
221 StringMap* sm = malloc(sizeof(StringMap));
228 static void delete_StringMap ( StringMap* sm )
236 static void ensure_StringMap ( StringMap* sm )
251 static void* search_StringMap ( StringMap* sm, char* name )
260 static void addto_StringMap ( StringMap* sm, char* name, void* addr )
268 static void paranoid_addto_StringMap ( StringMap* sm, char* name, void* addr )
284 StringMap* global_symbol_tabl
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc73 struct StringMap { struct
510 StringMap* settings) {
558 StringMap settings;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc73 struct StringMap { struct
512 StringMap* settings) {
560 StringMap settings;
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2028 InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> > *InNamedTypes) { argument
2041 for (StringMap<SmallVector<TreePatternNode*,1> >::iterator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 477 milliseconds