Home | History | Annotate | Download | only in engine

Lines Matching refs:client_tag_hash

43       if (it->client_tag_hash == tag_hash) {
64 if (it->client_tag_hash == tag_hash) {
87 data.client_tag_hash = tag_hash;
112 data.client_tag_hash = tag_hash;
127 const std::string& client_tag_hash = request_data.client_tag_hash;
137 response_data.id = GenerateId(client_tag_hash);
140 response_data.client_tag_hash = client_tag_hash;
144 int64 version = GetServerVersion(client_tag_hash);
146 SetServerVersion(client_tag_hash, version);