Lines Matching refs:EmulatedEndpointImpl
129 class EmulatedEndpointImpl : public EmulatedEndpoint {
131 EmulatedEndpointImpl(uint64_t id,
137 ~EmulatedEndpointImpl() override;
193 EmulatedRoute(EmulatedEndpointImpl* from, in EmulatedRoute()
195 EmulatedEndpointImpl* to) in EmulatedRoute()
198 EmulatedEndpointImpl* from;
200 EmulatedEndpointImpl* to;
207 const std::vector<EmulatedEndpointImpl*>& endpoints);
209 EmulatedEndpointImpl* LookupByLocalAddress(
211 bool HasEndpoint(EmulatedEndpointImpl* endpoint) const;
218 const std::vector<EmulatedEndpointImpl*> endpoints_;