Searched refs:Container2 (Results 1 – 6 of 6) sorted by relevance
54 struct Container2 { struct213 Container2::f1(); in main()214 Container2::f2(); in main()
83 static class Container2<T extends Animal> { class in TestTypedContainerSerialization118 Container2<Animal> c2 = new Container2<Animal>(); in testPolymorphicWithContainer()
96 template <typename Container1, typename Container2, typename Cmp>97 inline int64 LevenshteinDistance(const Container1& s, const Container2& t, in LevenshteinDistance()
81 typedef decltype(from(instance<Fn>()(instance<Cur1>().get()))) Container2; typedef in cpplinq::linq_select_many82 typedef typename Container2::cursor Cur2;
78 class Container2 { class