Searched refs:RSNodeCount (Results 1 – 2 of 2) sorted by relevance
31 using RSNodeCount = uint32_t; variable33 using RSNodeStatsType = std::tuple<RSNodeCount, NodeId, RSNodeDescription>;35 inline RSNodeStatsType CreateRSNodeStatsItem(RSNodeCount nodeCount, NodeId nodeId, RSNodeDescriptio… in CreateRSNodeStatsItem()60 std::pair<RSNodeDescription, RSNodeCount> GetNodeStatsToReportByIndex(size_t index) const;
37 constexpr RSNodeCount NONE_NODE_COUNT = 0;57 rsNodeCountTotal_ += std::get<RSNodeCount>(nodeStats); in AddNodeStats()123 std::pair<RSNodeDescription, RSNodeCount> RSNodeStats::GetNodeStatsToReportByIndex(size_t index) co… in GetNodeStatsToReportByIndex()129 RSNodeCount nodeCount = std::get<RSNodeCount>(nodeStats); in GetNodeStatsToReportByIndex()