Searched refs:CsvContentItemType (Results 1 – 2 of 2) sorted by relevance
53 using CsvContentItemType = BASE_NS::pair<BASE_NS::string, BASE_NS::vector<BASE_NS::string>>; in META_BEGIN_NAMESPACE() local54 using CsvContentType = BASE_NS::vector<CsvContentItemType>; in META_BEGIN_NAMESPACE()
141 csvContent.push_back(CsvContentItemType { options.keysToLower ? item.lower() : item, {} }); in ParseCsv()