Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/util/
DIProperties.java139 String value = (String) m_valueMap.get (key); in getProperty()
147 value = (String) m_valueMap.get (mappedKey); in getProperty()
161 return m_valueMap.containsKey (key); in isOverridden()
176 _clone.m_valueMap = (HashMap) m_valueMap.clone (); in copy()
198 _delegateClone.m_valueMap = (HashMap) delegate.m_valueMap.clone (); in copy()
230 …return m_valueMap.isEmpty () && ((m_delegate == null) || ((m_delegate != null) && m_delegate.isEmp… in isEmpty()
295 return (String) m_valueMap.put (key, value); in setProperty()
302 m_valueMap = values != null ? values : new HashMap (); in PropertiesImpl()
314 result.addAll (m_valueMap.keySet ()); in unmappedKeySet()
354 private /*final*/ HashMap m_valueMap; // never null field in IProperties.Factory.PropertiesImpl
/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp50 std::map<std::string, std::string> m_valueMap; member in ConfigFile
186 if ((it = m_valueMap.find(_option)) == m_valueMap.end()) in getOption()
197 m_valueMap[_option] = _val; in setOption()
205 m_valueMap.clear(); in parseFile()
227 m_valueMap[optStr] = valStr; in parseFile()