Searched refs:nodeDescription (Results 1 – 2 of 2) sorted by relevance
127 RSNodeDescription nodeDescription = std::get<RSNodeDescription>(nodeStats); in GetNodeStatsToReportByIndex() local128 nodeDescription = CheckEmptyAndReviseNodeDescription(nodeDescription); in GetNodeStatsToReportByIndex()130 return std::make_pair(nodeDescription, nodeCount); in GetNodeStatsToReportByIndex()135 …ion RSNodeStats::CheckEmptyAndReviseNodeDescription(const RSNodeDescription& nodeDescription) const in CheckEmptyAndReviseNodeDescription()137 if (nodeDescription.size() == EMPTY_NODE_DESCRIPTION_SIZE) { in CheckEmptyAndReviseNodeDescription()140 return nodeDescription; in CheckEmptyAndReviseNodeDescription()
61 …RSNodeDescription CheckEmptyAndReviseNodeDescription(const RSNodeDescription& nodeDescription) con…