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

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.h93 typedef std::map<std::string, std::string> StringMap; typedef in class:SyncExtensionHelper
116 StringMap id_to_name_;
/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.
39 /// StringMapImpl - This is the base class of StringMap that is shared among
110 /// a StringMap. It contains the Value itself and the key: the string length
221 /// StringMap - This is an unconventional map that is specialized for handling
226 class StringMap : public StringMapImpl { class in namespace:llvm
231 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} function in class:llvm::StringMap
232 explicit StringMap(unsigned InitialSize) function in class:llvm::StringMap
235 explicit StringMap(AllocatorTy A) function in class:llvm::StringMap
238 StringMap(unsigne function in class:llvm::StringMap
242 StringMap(StringMap &&RHS) function in class:llvm::StringMap
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc57 typedef std::map<std::string, std::string> StringMap; typedef in namespace:__anon12689
58 void ParseMap(const std::string& string, StringMap& map) {
200 StringMap map;
/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:__anon3514
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_device_info_query.cc85 typedef std::map<std::string, std::string> StringMap; typedef in namespace:__anon3532
88 StringMap& pid_to_package,
89 StringMap& package_to_pid) {
108 static StringMap MapSocketsToProcesses(const std::string& response,
119 StringMap socket_to_pid;
292 StringMap pid_to_package;
293 StringMap package_to_pid;
296 StringMap socket_to_pid = MapSocketsToProcesses(sockets_response,
304 for (StringMap::iterator it = socket_to_pid.begin();
310 StringMap
[all...]
/external/valgrind/main/VEX/unused/
H A Dlinker.c217 StringMap; typedef in typeref:struct:__anon32341
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_org/third_party/webrtc/base/
H A Dproxydetect.cc56 struct StringMap { struct
495 StringMap* settings) {
543 StringMap settings;
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2102 InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> > *InNamedTypes) { argument
2115 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 319 milliseconds