HomeSort by relevance Sort by last modified time
    Searched defs:SessionMap (Results 1 - 3 of 3) sorted by null

  /frameworks/base/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 31 class SessionMap {
34 SessionMap() {}
36 virtual ~SessionMap() {
122 SessionMap<TValue> & operator=(const SessionMap<TValue> & objectCopy) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 128 typedef std::map<std::string, Session*> SessionMap;
135 SessionMap session_map_;
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 237 SessionMap::iterator it = session_map_.find(session);
275 typedef std::map<SSL_SESSION*, HostPortMap::iterator> SessionMap;
277 SessionMap session_map_;
    [all...]

Completed in 70 milliseconds