Lines Matching refs:index
53 bool operator == (const DSchedContinueInfo &index) const
57 std::string otherCompareInfo = index.sourceDeviceId_ + index.sourceBundleName_ + index.sinkDeviceId_ +
58 index.sinkBundleName_;
62 bool operator < (const DSchedContinueInfo &index) const
66 std::string otherCompareInfo = index.sourceDeviceId_ + index.sourceBundleName_ + index.sinkDeviceId_ +
67 index.sinkBundleName_;