Searched refs:current_entry (Results 1 – 2 of 2) sorted by relevance
317 for (ValueMap::const_iterator current_entry(dictionary_.begin()); in DeepCopy() local318 current_entry != dictionary_.end(); ++current_entry) { in DeepCopy()319 result->SetWithoutPathExpansion(current_entry->first, in DeepCopy()320 current_entry->second->DeepCopy()); in DeepCopy()352 ValueMap::const_iterator current_entry = dictionary_.find(key); in HasKey() local353 DCHECK((current_entry == dictionary_.end()) || current_entry->second); in HasKey()354 return current_entry != dictionary_.end(); in HasKey()
554 STACK_ENTRY *entry, *current_entry; in cs_parse_string() local659 err = uListGet (parse->stack, -1, (void *)¤t_entry); in cs_parse_string()664 entry->escape = current_entry->escape; in cs_parse_string()