HomeSort by relevance Sort by last modified time
    Searched defs:value_type (Results 51 - 75 of 906) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
57 Value_Type,
70 typedef Value_Type value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
75 value_type m_value;
86 template<typename Value_Type, class Allocator>
88 Value_Type,
95 Value_Type,
108 typedef Value_Type value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 46 typedef node_pointer value_type; typedef in struct:iterator
const_child_iterator.hpp 48 typedef node_pointer value_type; typedef in struct:const_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 57 typedef value_type_ value_type; typedef in class:const_iterator_
const_point_iterator.hpp 57 typedef value_type_ value_type; typedef in class:const_point_iterator_
point_iterator.hpp 55 typedef value_type_ value_type; typedef in class:point_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 128 std::iterator_traits<RanSeqs>::value_type::
129 first_type>::value_type>()) // std::less<T>
133 typedef typename std::iterator_traits<RanSeqs>::value_type::first_type
137 typedef typename std::iterator_traits<It>::value_type value_type; typedef
139 lexicographic<value_type, int, Comparator> lcomp(comp);
140 lexicographic_reverse<value_type, int, Comparator> lrcomp(comp);
199 std::vector<std::pair<value_type, int> > sample;
224 const value_type* lmax = NULL; // impossible to avoid the warning?
267 std::priority_queue<std::pair<value_type, int>
    [all...]
partial_sum.h 61 <InputIterator>::value_type value)
96 typedef typename traits_type::value_type value_type; typedef
113 value_type* sums;
142 sums = static_cast<value_type*>(::operator new(sizeof(value_type)
153 ::new(&(sums[iam])) value_type(*(result + borders[1] - 1));
158 value_type(std::accumulate(begin + borders[iam] + 1,
202 typedef typename traits_type::value_type value_type; typedef
    [all...]
quicksort.h 60 typedef typename traits_type::value_type value_type; typedef
67 value_type* samples =
68 static_cast<value_type*>(::operator new(num_samples
69 * sizeof(value_type)));
75 ::new(&(samples[s])) value_type(begin[index]);
80 value_type& pivot = samples[pivot_rank * num_samples / n];
82 __gnu_parallel::binder2nd<Comparator, value_type, value_type, bool>
107 typedef typename traits_type::value_type value_type typedef
165 typedef typename traits_type::value_type value_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
slice_array.h 127 typedef _Tp value_type; typedef in class:slice_array
unordered_map.h 61 typedef typename _Base::value_type value_type; typedef in class:__unordered_map
88 __unordered_map(initializer_list<value_type> __l,
100 operator=(initializer_list<value_type> __l)
132 typedef typename _Base::value_type value_type; typedef in class:__unordered_multimap
160 __unordered_multimap(initializer_list<value_type> __l,
172 operator=(initializer_list<value_type> __l)
262 typedef typename _Base::value_type value_type; typedef in class:unordered_map
330 typedef typename _Base::value_type value_type; typedef in class:unordered_multimap
    [all...]
unordered_set.h 61 typedef typename _Base::value_type value_type; typedef in class:__unordered_set
74 std::_Identity<value_type>(), __a)
85 std::_Identity<value_type>(), __a)
88 __unordered_set(initializer_list<value_type> __l,
96 std::_Identity<value_type>(), __a)
100 operator=(initializer_list<value_type> __l)
130 typedef typename _Base::value_type value_type; typedef in class:__unordered_multiset
143 std::_Identity<value_type>(), __a
255 typedef typename _Base::value_type value_type; typedef in class:unordered_set
320 typedef typename _Base::value_type value_type; typedef in class:unordered_multiset
    [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 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
57 Value_Type,
70 typedef Value_Type value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
75 value_type m_value;
86 template<typename Value_Type, class Allocator>
88 Value_Type,
95 Value_Type,
108 typedef Value_Type value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 46 typedef node_pointer value_type; typedef in struct:iterator
const_child_iterator.hpp 48 typedef node_pointer value_type; typedef in struct:const_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 57 typedef value_type_ value_type; typedef in class:const_iterator_
const_point_iterator.hpp 57 typedef value_type_ value_type; typedef in class:const_point_iterator_
point_iterator.hpp 55 typedef value_type_ value_type; typedef in class:point_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 186 typedef typename _Base::value_type value_type; typedef in class:tr1::unordered_map
238 typedef typename _Base::value_type value_type; typedef in class:tr1::unordered_multimap
unordered_set.h 179 typedef typename _Base::value_type value_type; typedef in class:tr1::unordered_set
228 typedef typename _Base::value_type value_type; typedef in class:tr1::unordered_multiset
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
slice_array.h 127 typedef _Tp value_type; typedef in class:slice_array
unordered_map.h 61 typedef typename _Base::value_type value_type; typedef in class:__unordered_map
88 __unordered_map(initializer_list<value_type> __l,
100 operator=(initializer_list<value_type> __l)
132 typedef typename _Base::value_type value_type; typedef in class:__unordered_multimap
160 __unordered_multimap(initializer_list<value_type> __l,
172 operator=(initializer_list<value_type> __l)
262 typedef typename _Base::value_type value_type; typedef in class:unordered_map
330 typedef typename _Base::value_type value_type; typedef in class:unordered_multimap
    [all...]
unordered_set.h 61 typedef typename _Base::value_type value_type; typedef in class:__unordered_set
74 std::_Identity<value_type>(), __a)
85 std::_Identity<value_type>(), __a)
88 __unordered_set(initializer_list<value_type> __l,
96 std::_Identity<value_type>(), __a)
100 operator=(initializer_list<value_type> __l)
130 typedef typename _Base::value_type value_type; typedef in class:__unordered_multiset
143 std::_Identity<value_type>(), __a
255 typedef typename _Base::value_type value_type; typedef in class:unordered_set
320 typedef typename _Base::value_type value_type; typedef in class:unordered_multiset
    [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 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]

Completed in 599 milliseconds

1 23 4 5 6 7 8 91011>>