Searched defs:ListEntries (Results 1 – 4 of 4) sorted by relevance
301 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in mapping()308 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in validate()
194 template <typename EntryType> struct ListEntries { struct207 std::vector<ListEntries<EntryType>> Lists; argument
40 using ListEntries = std::vector<EntryType>; variable