Searched defs:list5 (Results 1 – 10 of 10) sorted by relevance
84 struct list5 struct86 static const long arity = 5;87 …ef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; typedef Arg3 child3; typedef Arg4 child4;88 …mpl::void_ child6; typedef mpl::void_ child7; typedef mpl::void_ child8; typedef mpl::void_ child9;91 typedef Arg4 back_;
69 struct list5 struct76 typedef list5 type;
56 LocalePriorityList list5 = LocalePriorityList.add("af, fr;q=0.9, en").build(true); in testLanguagePriorityList() local
53 LocalePriorityList list5 = LocalePriorityList.add("af, fr;q=0.9, en").build(true); in testLanguagePriorityList() local
88 List<@Nullable Integer> list5 = Lists.newArrayList(1, null, 2); in testComplicatedOrderingExample() local
124 List<Integer> list5 = newArrayList(10); in testConcatVarargs() local
246 … final List<? super Object> list3, final List<String> list4, final List<? extends String> list5, in dummyMethod()474 List<? extends String> list5; in testIsAssignable() local
466 template< class A1, class A2, class A3, class A4, class A5 > class list5: private storage5< A1, A2,… class474 list5( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5 ): base_type( a1, a2, a3, a4, a5 ) {} in list5() function in boost::_bi::list5