Lines Matching refs:SPACE
40 static const std::string SPACE = " "; variable
41 static const std::string BLOCK_AND_ARRAY_START = BLOCK_START + SPACE + ARRAY_START + SPACE;
42 static const std::string VERSION_HEADER = "Profiler Version" + BLOCK_START + SPACE;
254 pandaFileInfo += BLOCK_SEPARATOR + SPACE; in ProcessToText()
261 pandaFileInfo += (SPACE + ARRAY_END + NEW_LINE); in ProcessToText()
426 text += ARRAY_START + SPACE; in ProcessToText()
429 text += TYPE_SEPARATOR + SPACE; in ProcessToText()
440 text += ARRAY_START + SPACE; in ProcessToText()
443 text += TYPE_SEPARATOR + SPACE; in ProcessToText()
449 text += ARRAY_START + SPACE; in ProcessToText()
452 text += TYPE_SEPARATOR + SPACE; in ProcessToText()
457 text += (SPACE + ARRAY_END); in ProcessToText()
494 text += TYPE_SEPARATOR + SPACE; in GetTypeString()
498 text += TYPE_SEPARATOR + SPACE; in GetTypeString()
505 text += TYPE_SEPARATOR + SPACE; in GetTypeString()
520 text += TYPE_SEPARATOR + SPACE; in GetTypeString()
523 text += TYPE_SEPARATOR + SPACE; in GetTypeString()
538 text += TYPE_SEPARATOR + SPACE; in GetTypeString()
541 text += TYPE_SEPARATOR + SPACE; in GetTypeString()
553 text += (SPACE + ARRAY_END); in GetTypeString()
593 text += ARRAY_START + SPACE; in ProcessToText()
597 text += TYPE_SEPARATOR + SPACE; in ProcessToText()
602 text += (SPACE + ARRAY_END); in ProcessToText()
609 text += ARRAY_START + SPACE; in ProcessToText()
613 text += (SPACE + ARRAY_END); in ProcessToText()
882 profilerString += BLOCK_SEPARATOR + SPACE; in ProcessToText()
899 profilerString += (SPACE + ARRAY_END + NEW_LINE); in ProcessToText()
1230 profilerString += ARRAY_START + SPACE; in ProcessToText()
1233 profilerString += BLOCK_SEPARATOR + SPACE; in ProcessToText()
1238 profilerString += (SPACE + ARRAY_END + NEW_LINE); in ProcessToText()