OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_candidates_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc
358
for (RemoteCandidate& candidate :
remote_candidates_
) {
464
for (iter =
remote_candidates_
.begin(); iter !=
remote_candidates_
.end();
506
if (
remote_candidates_
.size() > 0) {
507
it =
remote_candidates_
.begin();
509
for (; it !=
remote_candidates_
.end(); ++it) {
519
for (it =
remote_candidates_
.begin(); it !=
remote_candidates_
.end(); ++it) {
834
for (size_t i = 0; i <
remote_candidates_
.size(); ++i) {
835
if (
remote_candidates_
[i].IsEquivalent(candidate))
[
all
...]
p2ptransportchannel.h
183
return
remote_candidates_
;
279
std::vector<RemoteCandidate>
remote_candidates_
;
member in class:cricket::P2PTransportChannel
faketransportcontroller.h
222
remote_candidates_
.push_back(candidate);
224
const Candidates& remote_candidates() const { return
remote_candidates_
; }
320
Candidates
remote_candidates_
;
member in class:cricket::FakeTransportChannel
Completed in 597 milliseconds