Searched refs:kChildrenPropertyUrl (Results 1 – 1 of 1) sorted by relevance
52 const absl::string_view kChildrenPropertyUrl = TYPE_URL(TYPE_CHILDREN_TAG); variable249 status->GetPayload(kChildrenPropertyUrl); in StatusAddChild()258 status->SetPayload(kChildrenPropertyUrl, std::move(children)); in StatusAddChild()262 absl::optional<absl::Cord> children = status.GetPayload(kChildrenPropertyUrl); in StatusGetChildren()