Searched defs:ListEntries (Results 1 – 3 of 3) sorted by relevance
328 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in mapping()335 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in validate()
217 template <typename EntryType> struct ListEntries { struct230 std::vector<ListEntries<EntryType>> Lists; argument
39 using ListEntries = std::vector<EntryType>; variable