Lines Matching defs:strings
66 std::vector<std::string> strings;
92 std::vector<const char*> cStrings (sources.strings.size(), 0);
94 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
95 cStrings[ndx] = sources.strings[ndx].c_str();
113 out.strings.push_back(in.substr(i * sliceSize, sliceSize) + padding);
124 out.strings.push_back(lastString + padding);
667 std::vector<int> indices (sources.strings.size(), 0);
670 DE_ASSERT(sources.lengths.size() == sources.strings.size());
672 for (int i = 0; i < (int)sources.strings.size(); i++)
681 const std::string unpaddedString = sources.strings[ndx].substr(0, unpaddedLength);
683 sources.strings[ndx] = unpaddedString;