HomeSort by relevance Sort by last modified time
    Searched defs:endpoints_ (Results 1 - 3 of 3) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/lib/
multiplex_router.h 223 // been closed, removes it from |endpoints_|.
263 endpoints_; member in class:mojo::internal::MultiplexRouter
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_specs.h 146 const std::vector<EndpointSpec> endpoints() const { return endpoints_; }
169 std::vector<EndpointSpec> endpoints_; member in class:tensorflow::java::OpSpec
  /external/libchrome/ipc/
ipc_mojo_bootstrap.cc 173 endpoints_.insert({ sender_id, sender_endpoint });
174 endpoints_.insert({ receiver_id, receiver_endpoint });
214 } while (ContainsKey(endpoints_, id));
220 endpoints_.insert({id, endpoint});
276 DCHECK(ContainsKey(endpoints_, id));
277 Endpoint* endpoint = endpoints_[id].get();
297 DCHECK(ContainsKey(endpoints_, id));
299 Endpoint* endpoint = endpoints_[id].get();
315 DCHECK(ContainsKey(endpoints_, id));
317 Endpoint* endpoint = endpoints_[id].get()
956 std::map<uint32_t, scoped_refptr<Endpoint>> endpoints_; member in class:IPC::__anon27718::ChannelAssociatedGroupController
    [all...]

Completed in 908 milliseconds