Home | History | Annotate | Download | only in functional

Lines Matching defs:strings

71 	std::vector<std::string>	strings;
109 std::vector<const char*> cStrings (sources.strings.size(), 0);
111 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
112 cStrings[ndx] = sources.strings[ndx].c_str();
130 out.strings.push_back(in.substr(ndx * sliceSize, sliceSize) + padding);
141 out.strings.push_back(lastString + padding);
727 std::vector<int> indices (sources.strings.size(), 0);
730 DE_ASSERT(sources.lengths.size() == sources.strings.size());
732 for (int i = 0; i < (int)sources.strings.size(); i++)
741 const std::string unpaddedString = sources.strings[ndx].substr(0, unpaddedLength);
743 sources.strings[ndx] = unpaddedString;