OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidates_allocated
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h
410
bool
candidates_allocated
() const { return candidates_allocated_; }
function in struct:cricket::Transport::ChannelMapEntry
session.cc
271
set_candidates_allocated(target->
candidates_allocated
());
683
bool
candidates_allocated
= IsCandidateAllocationDone();
local
703
if (!
candidates_allocated
) {
756
if (!iter->second->
candidates_allocated
())
[
all
...]
session.h
120
bool
candidates_allocated
() const { return candidates_allocated_; }
function in class:cricket::TransportProxy
transport.cc
573
if (!iter->second.
candidates_allocated
())
Completed in 377 milliseconds