OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocator_sessions_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
182
for (uint32 i = 0; i <
allocator_sessions_
.size(); ++i)
183
delete
allocator_sessions_
[i];
189
session->set_generation(static_cast<uint32>(
allocator_sessions_
.size()));
190
allocator_sessions_
.push_back(session);
221
for (uint32 i = 0; i <
allocator_sessions_
.size(); ++i)
222
delete
allocator_sessions_
[i];
224
allocator_sessions_
.clear();
476
for (size_t i = 0; i <
allocator_sessions_
.size(); ++i) {
477
if (!
allocator_sessions_
[i]->IsGettingAllPorts())
478
allocator_sessions_
[i]->StartGetAllPorts()
[
all
...]
p2ptransportchannel.h
135
return
allocator_sessions_
.back();
146
std::vector<PortAllocatorSession*>
allocator_sessions_
;
member in class:cricket::P2PTransportChannel
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h
169
return
allocator_sessions_
.back();
229
std::vector<PortAllocatorSession*>
allocator_sessions_
;
member in class:cricket::P2PTransportChannel
p2ptransportchannel.cc
180
for (uint32 i = 0; i <
allocator_sessions_
.size(); ++i)
181
delete
allocator_sessions_
[i];
187
session->set_generation(static_cast<uint32>(
allocator_sessions_
.size()));
188
allocator_sessions_
.push_back(session);
315
for (uint32 i = 0; i <
allocator_sessions_
.size(); ++i)
316
delete
allocator_sessions_
[i];
318
allocator_sessions_
.clear();
[
all
...]
Completed in 215 milliseconds