OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:client_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc
62
ASSERT(
client_map_
.find(content_type) ==
client_map_
.end());
63
client_map_
[content_type] = client;
67
ClientMap::iterator iter =
client_map_
.find(content_type);
68
ASSERT(iter !=
client_map_
.end());
69
client_map_
.erase(iter);
73
ClientMap::iterator iter =
client_map_
.find(content_type);
74
return (iter !=
client_map_
.end()) ? iter->second : NULL;
sessionmanager.h
136
ClientMap
client_map_
;
member in class:cricket::SessionManager
Completed in 73 milliseconds