Home
last modified time | relevance | path

Searched refs:ToList (Results 1 – 19 of 19) 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/Reflection/
DDescriptorDeclaration.cs106 …eadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()); in DescriptorDeclaration()
DFileDescriptor.cs69 Dependencies = new ReadOnlyCollection<FileDescriptor>(dependencies.ToList()); in FileDescriptor()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp63 CXFA_List* ToList(CXFA_Object* pObj) { in ToList() function
Dcxfa_object.h107 CXFA_List* ToList(CXFA_Object* pObj);
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DSerializationBenchmark.cs71 … subTests = Configuration.Payloads.Select(p => new SubTest(p, parser.ParseFrom(p))).ToList(); in GlobalSetup()
/external/pdfium/fxjs/xfa/
Dcjx_list.cpp36 return ToList(GetXFAObject()); in GetXFAList()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorDeclarationTest.cs170 var byteStrings = descriptorSet.File.Select(f => f.ToByteString()).ToList(); in LoadProtos()
DDescriptorsTest.cs330 .ToList(); in OneofDescriptor()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs243 CollectionAssert.AreEqual(new[] { "first", "second" }, list.Select(x => x).ToList()); in GetEnumerator_GenericInterface()
250 CollectionAssert.AreEqual(new[] { "first", "second" }, list.Cast<object>().ToList()); in GetEnumerator_NonGenericInterface()
DMapFieldTest.cs284 map.Cast<object>().ToList()); in GetEnumerator_NonGeneric()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs220 .ToList(); in OneofDescriptor()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs243 CollectionAssert.AreEqual(new[] { "first", "second" }, list.Select(x => x).ToList()); in GetEnumerator_GenericInterface()
250 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/Collections/
DMapField.cs519 … 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/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1332 auto &ToList = InsertBefore->getParent()->getInstList(); in moveBBContents() local
1335 ToList.splice(InsertBefore->getIterator(), FromList, FromList.begin(), in moveBBContents()
/external/swiftshader/third_party/llvm-10.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()