Lines Matching refs:DumpUtils
21 const std::string DumpUtils::ELEMENT_SEPARATOR = "/";
22 const std::string DumpUtils::BLOCK_SEPARATOR = ",";
23 const std::string DumpUtils::TYPE_SEPARATOR = "|";
24 const std::string DumpUtils::BLOCK_START = ":";
25 const std::string DumpUtils::ARRAY_START = "[";
26 const std::string DumpUtils::ARRAY_END = "]";
27 const std::string DumpUtils::NEW_LINE = "\n";
28 const std::string DumpUtils::SPACE = " ";
29 const std::string DumpUtils::BLOCK_AND_ARRAY_START = BLOCK_START + SPACE + ARRAY_START + SPACE;
30 const std::string DumpUtils::VERSION_HEADER = "Profiler Version" + BLOCK_START + SPACE;
31 const std::string DumpUtils::PANDA_FILE_INFO_HEADER = "Panda file sumcheck list" + BLOCK_AND_ARRAY_START;
32 const uint32_t DumpUtils::HEX_FORMAT_WIDTH_FOR_32BITS = 10; // for example, 0xffffffff is 10 characters