Home
last modified time | relevance | path

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

/aoo41x/main/desktop/source/deployment/
H A Ddp_persmap.cxx178 m_entries.clear(); in readAll()
228 if( m_bToBeCreated && !m_entries.empty()) in flush()
244 t_string2string_map::const_iterator it = m_entries.begin(); in flush()
245 for(; it != m_entries.end(); ++it) { in flush()
281 t_string2string_map::const_iterator it = m_entries.find( key); in get()
282 if( it == m_entries.end()) in get()
295 InsertRC r = m_entries.insert( t_string2string_map::value_type(key,value)); in add()
314 size_t nCount = m_entries.erase( key); in erase()
327 return m_entries; in getEntries()
/aoo41x/main/desktop/source/deployment/inc/
H A Ddp_persmap.h39 t_string2string_map m_entries; member in dp_misc::PersistentMap

Completed in 16 milliseconds