OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clients_
(Results
1 - 5
of
5
) sorted by null
/external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc
141
// critical section is then exited only after the
clients_
list
148
// No one will modify the
clients_
list beyond this point -
178
// the
clients_
list once the shutting_down_ flag is set.
180
for (iter =
clients_
.begin(); iter !=
clients_
.end(); ++iter) {
448
// This is only valid as long as it can be found in the
clients_
list
522
// - the
clients_
list
525
// However, as long as it is referenced by the
clients_
list it
534
for (iter =
clients_
.begin(); iter !=
clients_
.end(); ++iter)
[
all
...]
crash_generation_server.h
224
std::list<ClientInfo*>
clients_
;
member in class:google_breakpad::CrashGenerationServer
/external/webrtc/webrtc/base/
natsocketfactory.cc
444
if (
clients_
.find(int_ip) !=
clients_
.end())
447
clients_
.insert(int_ip);
453
std::set<SocketAddress>::iterator it =
clients_
.find(int_ip);
454
if (it !=
clients_
.end()) {
455
clients_
.erase(it);
462
return (
clients_
.find(int_ip) !=
clients_
.end()) ?
testutils.h
397
size_t size() const { return
clients_
.size(); }
398
SocketTestClient* client(size_t index) const { return
clients_
[index]; }
402
for (size_t i=0; i<
clients_
.size(); ++i) {
403
delete
clients_
[i];
405
clients_
.clear();
414
clients_
.push_back(new SocketTestClient(accepted));
418
std::vector<SocketTestClient*>
clients_
;
member in class:testing::SocketTestServer
natsocketfactory.h
122
std::set<SocketAddress>
clients_
;
member in class:rtc::NATSocketServer::Translator
Completed in 1518 milliseconds