Searched refs:ToSortedArray (Results 1 – 1 of 1) sorted by relevance
137 std::vector<T> ToSortedArray(Iterator begin, Iterator end) in ToSortedArray() function163 … auto resultLayers = ToSortedArray<IConnectableLayer*>(result->GetIConnectableLayers().begin(), in CompareSubgraphViews()165 … auto expectedLayers = ToSortedArray<IConnectableLayer*>(expected->GetIConnectableLayers().begin(), in CompareSubgraphViews()169 auto resultInputs = ToSortedArray<IInputSlot *>(result->GetIInputSlots().begin(), in CompareSubgraphViews()171 auto expectedInputs = ToSortedArray<IInputSlot *>(expected->GetIInputSlots().begin(), in CompareSubgraphViews()175 auto resultOutputs = ToSortedArray<IOutputSlot *>(result->GetIOutputSlots().begin(), in CompareSubgraphViews()177 auto expectedOutputs = ToSortedArray<IOutputSlot *>(expected->GetIOutputSlots().begin(), in CompareSubgraphViews()