Searched refs:PreventDupes (Results 1 – 1 of 1) sorted by relevance
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
D | snapshot_parser.cpp | 116 void PreventDupes(bool& store, const string& key, const string& section) in PreventDupes() function 181 PreventDupes(m_got_core, CoreKey, GlobalSectionName); in Define() 211 PreventDupes(m_got_address, DumpAddressKey, DumpFileSectionPrefix); in Define() 216 PreventDupes(m_got_length, DumpLengthKey, DumpFileSectionPrefix); in Define() 221 PreventDupes(m_got_offset, DumpOffsetKey, DumpFileSectionPrefix); in Define() 226 PreventDupes(m_got_file, DumpFileKey, DumpFileSectionPrefix); in Define() 231 PreventDupes(m_got_space, DumpSpaceKey, DumpFileSectionPrefix); in Define() 317 PreventDupes(gotName, k, DeviceSectionName); in Define() 322 PreventDupes(gotClass, k, DeviceSectionName); in Define() 327 PreventDupes(gotType, k, DeviceSectionName); in Define() [all …]
|