Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp375 class DeviceListSection : public Section class
378 DeviceListSection(ParsedDevices& result) : m_result(result), nextId(1) in DeviceListSection() function in ParserPrivate::DeviceListSection
403 return auto_ptr<Section>(new DeviceListSection(result)); in NewDeviceList()
722 ( dynamic_cast<DeviceListSection *>(section.get()) != NULL || in ParseDeviceList()