Lines Matching defs:object
41 auto object = std::get<std::shared_ptr<Object>>(value);
42 object->GetValue(HTML_CONTENT, htmlContent_);
43 object->GetValue(PLAIN_CONTENT, plainContent_);
45 if (object->GetValue(DETAILS, detailObj)) {
85 auto object = std::get<std::shared_ptr<Object>>(value_);
86 object->value_[PLAIN_CONTENT] = plainContent_;
95 auto object = std::get<std::shared_ptr<Object>>(value_);
96 object->value_[UNIFORM_DATA_TYPE] = UtdUtils::GetUtdIdFromUtdEnum(dataType_);
97 object->value_[HTML_CONTENT] = htmlContent_;
98 object->value_[PLAIN_CONTENT] = plainContent_;
99 object->value_[DETAILS] = ObjectUtils::ConvertToObject(details_);
100 object->value_[VALUE_TYPE] = value;