OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TransportMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h
124
typedef std::map<std::string, TransportProxy*>
TransportMap
;
541
TransportMap
transports_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h
199
typedef std::map<std::string, TransportProxy*>
TransportMap
;
390
const
TransportMap
& transport_proxies() const { return transports_; }
515
TransportMap
transports_;
Completed in 64 milliseconds