Searched refs:TestClientDescriptor (Results 1 – 1 of 1) sorted by relevance
42 using TestClientDescriptor = ClientDescriptor<int, TestClient>; typedef43 using TestDescriptorPtr = std::shared_ptr<TestClientDescriptor>;46 return std::make_shared<TestClientDescriptor>(/*ID*/tc.mId, tc, tc.mCost, tc.mConflictingKeys, in makeDescFromTestClient()