Searched refs:instance_id_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/bigtable/kernels/ |
D | bigtable_lib.h | 39 instance_id_(std::move(instance_id)), in BigtableClientResource() 48 ", instance_id: ", instance_id_, ")"); in DebugString() 53 const string instance_id_; variable
|
D | bigtable_kernels.cc | 28 OP_REQUIRES_OK(ctx, ctx->GetAttr("instance_id", &instance_id_)); in BigtableClientOp() 31 OP_REQUIRES(ctx, !instance_id_.empty(), in BigtableClientOp() 91 project_id_, instance_id_, std::move(client_options)); in Compute() 92 *ret = new BigtableClientResource(project_id_, instance_id_, in Compute() 106 string instance_id_; member in tensorflow::__anon24f989ab0111::BigtableClientOp
|
/external/webrtc/webrtc/voice_engine/ |
D | channel_manager.cc | 49 : instance_id_(instance_id), in ChannelManager() 65 Channel::CreateChannel(channel, ++last_channel_id_, instance_id_, in CreateChannelInternal()
|
D | channel_manager.h | 122 uint32_t instance_id_; variable
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/ |
D | bigtable_test_client.h | 28 std::string const& instance_id() const override { return instance_id_; } in instance_id() 120 const std::string instance_id_ = "testinstance"; variable
|