Home
last modified time | relevance | path

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

/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()