OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endpoints_
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/lib/
multiplex_router.cc
28
// No one other than the router's |
endpoints_
| and |tasks_| should hold refs to
397
for (auto iter =
endpoints_
.begin(); iter !=
endpoints_
.end();) {
414
DCHECK(
endpoints_
.empty());
440
} while (base::ContainsKey(
endpoints_
, id));
443
endpoints_
[id] = endpoint;
499
DCHECK(base::ContainsKey(
endpoints_
, id));
500
InterfaceEndpoint* endpoint =
endpoints_
[id].get();
523
DCHECK(base::ContainsKey(
endpoints_
, id));
525
InterfaceEndpoint* endpoint =
endpoints_
[id].get()
[
all
...]
multiplex_router.h
218
// been closed, removes it from |
endpoints_
|.
253
std::map<InterfaceId, scoped_refptr<InterfaceEndpoint>>
endpoints_
;
member in class:mojo::internal::MultiplexRouter
Completed in 77 milliseconds