HomeSort by relevance Sort by last modified time
    Searched refs:typename (Results 126 - 150 of 9365) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 57 template<typename Node_Update, bool _BTp>
61 template<typename Node_Update>
64 typedef typename Node_Update::metadata_type type;
68 template<typename Node_Update>
75 template<typename Key,
76 typename Data,
77 typename Cmp_Fn,
78 template<typename Node_CItr,
79 typename Const_Iterator,
80 typename Cmp_Fn_
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 57 template<typename Node_Update, bool _BTp>
61 template<typename Node_Update>
64 typedef typename Node_Update::metadata_type type;
68 template<typename Node_Update>
75 template<typename Key,
76 typename Data,
77 typename Cmp_Fn,
78 template<typename Node_CItr,
79 typename Const_Iterator,
80 typename Cmp_Fn_
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 57 template<typename Node_Update, bool _BTp>
61 template<typename Node_Update>
64 typedef typename Node_Update::metadata_type type;
68 template<typename Node_Update>
75 template<typename Key,
76 typename Data,
77 typename Cmp_Fn,
78 template<typename Node_CItr,
79 typename Const_Iterator,
80 typename Cmp_Fn_
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 57 template<typename Node_Update, bool _BTp>
61 template<typename Node_Update>
64 typedef typename Node_Update::metadata_type type;
68 template<typename Node_Update>
75 template<typename Key,
76 typename Data,
77 typename Cmp_Fn,
78 template<typename Node_CItr,
79 typename Const_Iterator,
80 typename Cmp_Fn_
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 57 template<typename Node_Update, bool _BTp>
61 template<typename Node_Update>
64 typedef typename Node_Update::metadata_type type;
68 template<typename Node_Update>
75 template<typename Key,
76 typename Data,
77 typename Cmp_Fn,
78 template<typename Node_CItr,
79 typename Const_Iterator,
80 typename Cmp_Fn_
    [all...]
  /external/clang/test/SemaCXX/
PR9461.cpp 5 template<typename,typename=int,typename=int>struct basic_string;
11 template<typename aT,typename,typename oc>
24 template<typename _CharT,typename _Traits,typename _Alloc>
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 3 template<typename T>
10 template<typename R, typename T>
17 template<int I, typename T>
19 template<template<class T> class, typename T>
26 template<typename T>
27 typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution failure [with T = int *]: type 'int *' cannot be used prior to '::'}}
28 template<typename T>
36 template<typename T>
45 template<bool, typename = void> struct enable_if {}
    [all...]
instantiation-order.cpp 5 template <class T> struct A { using X = typename T::X; }; // expected-error {{no members}}
6 template <class T> typename T::X f(typename A<T>::X);
8 template <class T> auto g(typename A<T>::X) -> typename T::X; // expected-note {{here}} expected-note {{substituting}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p5-0x.cpp 6 template<typename T, typename U>
11 template<typename R, typename FirstType, typename ...Types>
  /external/clang/test/CXX/temp/temp.param/
p2.cpp 4 // There is no semantic difference between class and typename in a
5 // template-parameter. typename followed by an unqualified-id names a
8 template<typename T> struct X;
10 // typename followed by aqualified-id denotes the type in a non-type
12 template<typename T, typename T::type Value> struct Y0;
13 template<typename T, typename X<T>::type Value> struct Y1;
p9-0x.cpp 5 template<typename ...Types = int> // expected-error{{template parameter pack cannot have a default argument}}
11 template<typename T> struct vector;
17 template<typename T = int> // expected-error{{default template argument not permitted on a friend template}}
20 template<typename T = int>
27 struct A0 { template<typename U> struct B; };
28 template<typename U = int> struct A0::B { };
31 template<typename T> struct A1 { template<typename U> struct B; };
32 template<typename T> template<typename U = int> struct A1<T>::B { }; // expected-error{{cannot add a default template argument to the def (…)
    [all...]
  /external/clang/test/CodeGenCXX/
2009-03-17-dbg.cpp 3 template <typename T1,typename T2>
6 template <typename T1,typename T2,void F(const T1&,const T2&)>
8 template <typename T> void g(T& i) { }
member-templates.cpp 5 template<typename T>
9 template<typename T> A::A(T) {}
12 template<typename T>
16 template<typename T> B::B(T) {}
22 template<typename T>
  /external/clang/test/PCH/
friend-template.cpp 17 template <typename T> friend class Recycler;
26 template<typename TTag>
28 template <typename T> friend class Recycler;
32 template<typename T>
39 template<typename T>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
53 typename _Tp::allocator_type>::value>
57 template<typename _Tp, typename _Alloc>
63 template<typename _Tp, typename _Alloc, typename... _Args
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
53 typename _Tp::allocator_type>::value>
57 template<typename _Tp, typename _Alloc>
63 template<typename _Tp, typename _Alloc, typename... _Args
    [all...]

Completed in 902 milliseconds

1 2 3 4 56 7 8 91011>>