Lines Matching refs:separator

202     const char* separator = "";
218 this->writeFunctionRequirementParams(function, separator);
229 this->write(separator);
230 separator = ", ";
286 separator = "";
287 this->writeFunctionRequirementArgs(function, separator);
290 this->write(separator);
291 separator = ", ";
371 const char* separator = "";
372 this->writeFunctionRequirementArgs(function, separator);
374 this->write(separator);
375 separator = ", ";
527 const char* separator = "";
529 this->write(separator);
530 separator = ", ";
919 const char* separator = "";
921 fExtraFunctions.printf("%s%s%d(", separator, matrixType.c_str(), rows);
922 separator = "), ";
964 const char* separator = "";
966 fExtraFunctions.printf("%s%s%d(", separator, matrixType.c_str(), rows);
967 separator = "), ";
1220 const char* separator = "";
1222 this->write(separator);
1223 separator = ", ";
1240 const char* separator = "";
1243 this->write(separator);
1244 separator = ", ";
1269 const char* separator = "";
1271 this->write(separator);
1272 separator = ", ";
1426 const char* separator = "";
1428 fExtraFunctions.printf("%sall(left[%d] == right[%d])", separator, index, index);
1429 separator = " &&\n ";
1456 const char* separator = "";
1458 fExtraFunctions.printf("%sleft[%d] / right[%d]", separator, index, index);
1459 separator = ", ";
1533 const char* separator = "";
1536 separator,
1539 separator = " &&\n ";
1576 const char* separator = "";
1578 this->write(separator);
1580 separator = ", ";
1734 const char*& separator) {
1737 this->write(separator);
1739 separator = ", ";
1742 this->write(separator);
1744 separator = ", ";
1747 this->write(separator);
1749 separator = ", ";
1752 this->write(separator);
1754 separator = ", ";
1757 this->write(separator);
1759 separator = ", ";
1764 const char*& separator) {
1767 this->write(separator);
1769 separator = ", ";
1772 this->write(separator);
1774 separator = ", ";
1777 this->write(separator);
1779 separator = ", ";
1782 this->write(separator);
1784 separator = ", ";
1787 this->write(separator);
1789 separator = ", ";
1807 const char* separator = "";
1876 separator = ", ";
1882 this->writeFunctionRequirementParams(f, separator);
1888 this->write(separator);
1889 separator = ", ";