Searched refs:new_tag (Results 1 – 4 of 4) sorted by relevance
224 bool ModelNeutralMutableEntry::PutUniqueServerTag(const string& new_tag) { in PutUniqueServerTag() argument225 if (new_tag == kernel_->ref(UNIQUE_SERVER_TAG)) { in PutUniqueServerTag()232 if (dir()->kernel_->server_tags_map.find(new_tag) != in PutUniqueServerTag()239 kernel_->put(UNIQUE_SERVER_TAG, new_tag); in PutUniqueServerTag()241 if (!new_tag.empty()) { in PutUniqueServerTag()242 dir()->kernel_->server_tags_map[new_tag] = kernel_; in PutUniqueServerTag()248 bool ModelNeutralMutableEntry::PutUniqueClientTag(const string& new_tag) { in PutUniqueClientTag() argument249 if (new_tag == kernel_->ref(UNIQUE_CLIENT_TAG)) { in PutUniqueClientTag()256 if (dir()->kernel_->client_tags_map.find(new_tag) != in PutUniqueClientTag()263 kernel_->put(UNIQUE_CLIENT_TAG, new_tag); in PutUniqueClientTag()[all …]
135 hb_tag_t new_tag; in hb_ot_tags_from_script() local140 new_tag = hb_ot_new_tag_from_script (script); in hb_ot_tags_from_script()141 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) { in hb_ot_tags_from_script()143 *script_tag_1 = new_tag; in hb_ot_tags_from_script()
1529 bool MutableEntry::PutUniqueClientTag(const string& new_tag) { in PutUniqueClientTag() argument1532 if (old_tag == new_tag) { in PutUniqueClientTag()1537 if (!new_tag.empty()) { in PutUniqueClientTag()1540 lookup_kernel_.put(UNIQUE_CLIENT_TAG, new_tag); in PutUniqueClientTag()1551 kernel_->put(UNIQUE_CLIENT_TAG, new_tag); in PutUniqueClientTag()