Home
last modified time | relevance | path

Searched refs:ToList (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs101 …alList = context.RequestHeaders.Where((entry) => entry.Key == "x-grpc-test-echo-initial").ToList(); in EnsureEchoMetadataAsync()
107 …t = context.RequestHeaders.Where((entry) => entry.Key == "x-grpc-test-echo-trailing-bin").ToList(); in EnsureEchoMetadataAsync()
DStressTestClient.cs93 … var interopClient = new StressTestClient(options, serverAddresses.ToList(), testCases); in Run()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs157 CollectionAssert.AreEqual(new[] { "first", "second" }, list.Select(x => x).ToList()); in GetEnumerator_GenericInterface()
164 CollectionAssert.AreEqual(new[] { "first", "second" }, list.Cast<object>().ToList()); in GetEnumerator_NonGenericInterface()
DMapFieldTest.cs284 map.Cast<object>().ToList()); in GetEnumerator_NonGeneric()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs220 .ToList(); in OneofDescriptor()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs516 … ICollection temp = this.Select(pair => new DictionaryEntry(pair.Key, pair.Value)).ToList(); in ICollection.CopyTo()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1108 auto &ToList = InsertBefore->getParent()->getInstList(); in moveBBContents() local
1111 ToList.splice(InsertBefore->getIterator(), FromList, FromList.begin(), in moveBBContents()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1315 auto &ToList = InsertBefore->getParent()->getInstList(); in moveBBContents() local
1318 ToList.splice(InsertBefore->getIterator(), FromList, FromList.begin(), in moveBBContents()