Searched defs:RecordsEntry (Results 1 – 2 of 2) sorted by relevance
45 struct RecordsEntry { struct51 RecordsEntry() {} in RecordsEntry() argument52 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() function53 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() function
40 struct RecordsEntry { struct46 RecordsEntry() {} in RecordsEntry() argument47 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() function48 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() function