OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_candidates_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
330
remote_candidates_
.clear();
384
for (iter =
remote_candidates_
.begin(); iter !=
remote_candidates_
.end();
422
if (
remote_candidates_
.size() > 0) {
423
it =
remote_candidates_
.begin();
425
for (; it !=
remote_candidates_
.end(); ++it) {
436
for (it =
remote_candidates_
.begin(); it !=
remote_candidates_
.end(); ++it) {
761
for (uint32 i = 0; i <
remote_candidates_
.size(); ++i) {
762
if (
remote_candidates_
[i].IsEquivalent(candidate))
[
all
...]
p2ptransportchannel.h
239
std::vector<RemoteCandidate>
remote_candidates_
;
member in class:cricket::P2PTransportChannel
Completed in 74 milliseconds