Lines Matching refs:propDesc
400 desc.IterateProps([&size] (const PropertyDesc &propDesc) {
401 auto key = propDesc.first;
419 desc.IterateProps([this, ¤t] (const PropertyDesc &propDesc) {
420 auto key = propDesc.first;
421 auto type = propDesc.second;
507 auto propDesc = desc.GetPropertyDesc();
508 auto key = propDesc.first;
509 auto type = propDesc.second;
569 rootLayoutDesc->IterateProps([&text, &isLayoutFirst] (const PropertyDesc &propDesc) {
576 text += propDesc.first;
578 text += std::to_string(propDesc.second.GetValue());