/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestServiceImpl.cs | 101 …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()
|
D | StressTestClient.cs | 93 … var interopClient = new StressTestClient(options, serverAddresses.ToList(), testCases); in Run()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorDeclaration.cs | 106 …eadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()); in DescriptorDeclaration()
|
D | FileDescriptor.cs | 69 Dependencies = new ReadOnlyCollection<FileDescriptor>(dependencies.ToList()); in FileDescriptor()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_object.cpp | 63 CXFA_List* ToList(CXFA_Object* pObj) { in ToList() function
|
D | cxfa_object.h | 107 CXFA_List* ToList(CXFA_Object* pObj);
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | SerializationBenchmark.cs | 71 … subTests = Configuration.Payloads.Select(p => new SubTest(p, parser.ParseFrom(p))).ToList(); in GlobalSetup()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_list.cpp | 36 return ToList(GetXFAObject()); in GetXFAList()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorDeclarationTest.cs | 170 var byteStrings = descriptorSet.File.Select(f => f.ToByteString()).ToList(); in LoadProtos()
|
D | DescriptorsTest.cs | 330 .ToList(); in OneofDescriptor()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 243 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()
|
D | MapFieldTest.cs | 284 map.Cast<object>().ToList()); in GetEnumerator_NonGeneric()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 220 .ToList(); in OneofDescriptor()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 243 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()
|
D | MapFieldTest.cs | 284 map.Cast<object>().ToList()); in GetEnumerator_NonGeneric()
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 519 … ICollection temp = this.Select(pair => new DictionaryEntry(pair.Key, pair.Value)).ToList(); in ICollection.CopyTo()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 1108 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/ |
D | LoopInterchange.cpp | 1332 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/ |
D | LoopInterchange.cpp | 1315 auto &ToList = InsertBefore->getParent()->getInstList(); in moveBBContents() local 1318 ToList.splice(InsertBefore->getIterator(), FromList, FromList.begin(), in moveBBContents()
|