Home
last modified time | relevance | path

Searched defs:StringMap (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
DStringMap.h224 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
225 explicit StringMap(unsigned InitialSize) in StringMap() function
228 explicit StringMap(AllocatorTy A) in StringMap() function
231 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
235 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
242 StringMap(StringMap &&RHS) in StringMap() function
/external/jetty/src/java/org/eclipse/jetty/util/
DStringMap.java41 public class StringMap extends AbstractMap implements Externalizable class
58 public StringMap() in StringMap() method in StringMap
65 public StringMap(boolean ignoreCase) in StringMap() method in StringMap
77 public StringMap(boolean ignoreCase,int width) in StringMap() method in StringMap
/external/webrtc/webrtc/base/
Dproxydetect.cc62 struct StringMap { struct
64 void Add(const char * name, const char * value) { map_[name] = value; } in Add()
65 const std::string& Get(const char * name, const char * def = "") const { in Get()
73 bool IsSet(const char * name) const { in IsSet()
77 std::map<std::string, std::string> map_;
78 mutable std::string def_;
/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.cc39 typedef std::map<std::string, std::string> StringMap; typedef
/external/valgrind/VEX/unused/
Dlinker.c217 StringMap; typedef