Searched refs:textRecords (Results 1 – 1 of 1) sorted by relevance
365 std::vector<std::string> textRecords; in GetPlainTextRecords() local367 CHECK_NULL_RETURN(udData, textRecords); in GetPlainTextRecords()368 CHECK_NULL_RETURN(udData->GetUnifiedData(), textRecords); in GetPlainTextRecords()375 textRecords.emplace_back(str); in GetPlainTextRecords()378 return textRecords; in GetPlainTextRecords()