Lines Matching defs:text
561 std::string text;
562 text += desc.GetProfileType().GetTypeString();
563 text += DumpUtils::BLOCK_AND_ARRAY_START;
569 rootLayoutDesc->IterateProps([&text, &isLayoutFirst] (const PropertyDesc &propDesc) {
571 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE;
573 text += DumpUtils::ARRAY_START;
576 text += propDesc.first;
577 text += DumpUtils::BLOCK_START;
578 text += std::to_string(propDesc.second.GetValue());
581 text += (DumpUtils::SPACE + DumpUtils::ARRAY_END);
582 return text;