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

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h 74 user_id_(std::move(user_id)),
82 ", user_id_=" + user_id_ + ", client_ip_hex_=" + client_ip_hex_ +
88 user_id_ == other.user_id_ && client_ip_hex_ == other.client_ip_hex_;
97 const grpc::string& user_id() const { return user_id_; }
110 hash_combine(&h, k.user_id_);
119 grpc::string user_id_; member in class:grpc::load_reporter::LoadRecordKey
load_data_store.cc 82 : user_id_(std::move(user_id)) {
  /external/tensorflow/tensorflow/core/summary/
summary_db_writer.cc 467 if (user_id_ != kAbsent || user_name_.empty()) return Status::OK();
477 user_id_ = get.ColumnInt(0);
480 TF_RETURN_IF_ERROR(ids_->CreateNewId(&user_id_));
490 insert.BindInt(1, user_id_);
514 if (user_id_ != kAbsent) get.BindInt(1, user_id_);
536 if (user_id_ != kAbsent) insert.BindInt(1, user_id_);
615 int64 user_id_ GUARDED_BY(mu_) = kAbsent;
    [all...]

Completed in 944 milliseconds