Home | History | Annotate | Download | only in engine

Lines Matching refs:client_tag_hash

102   const std::string client_tag_hash(
105 EntityMap::iterator it = entities_.find(client_tag_hash);
110 entities_.insert(std::make_pair(client_tag_hash, entity.release()));
120 const std::string client_tag_hash(
123 EntityMap::iterator it = entities_.find(client_tag_hash);
172 const std::string& client_tag_hash = response_data.client_tag_hash;
174 EntityMap::iterator it = entities_.find(client_tag_hash);
177 << " type: " << type_ << " client_tag: " << client_tag_hash;
199 const std::string& client_tag_hash = response_data.client_tag_hash;
201 EntityMap::iterator it = entities_.find(client_tag_hash);
206 response_data.client_tag_hash,
213 entities_.insert(std::make_pair(client_tag_hash, entity.release()));