Home
last modified time | relevance | path

Searched refs:current_entry (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dvalues.cc317 for (ValueMap::const_iterator current_entry(dictionary_.begin()); in DeepCopy() local
318 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() local
353 DCHECK((current_entry == dictionary_.end()) || current_entry->second); in HasKey()
354 return current_entry != dictionary_.end(); in HasKey()
/external/clearsilver/cs/
Dcsparse.c554 STACK_ENTRY *entry, *current_entry; in cs_parse_string() local
659 err = uListGet (parse->stack, -1, (void *)&current_entry); in cs_parse_string()
664 entry->escape = current_entry->escape; in cs_parse_string()