Searched defs:ListEntries (Results 1 – 3 of 3) sorted by relevance
344 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in mapping()351 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in validate()
221 template <typename EntryType> struct ListEntries { struct234 std::vector<ListEntries<EntryType>> Lists; argument
40 using ListEntries = std::vector<EntryType>; variable