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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /external/libcxx/include/experimental/
dynarray 26 typedef T value_type;
123 typedef _Tp value_type;
124 typedef value_type& reference;
125 typedef const value_type& const_reference;
126 typedef value_type* iterator;
127 typedef const value_type* const_iterator;
128 typedef value_type* pointer;
129 typedef const value_type* const_pointer;
137 value_type * __base_;
140 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count
    [all...]
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
allocate_hint.pass.cpp 25 typedef T value_type; typedef in struct:A
27 value_type* allocate(std::size_t n)
30 return (value_type*)0xDEADBEEF;
37 typedef T value_type; typedef in struct:B
39 value_type* allocate(std::size_t n)
42 return (value_type*)0xEEADBEEF;
44 value_type* allocate(std::size_t n, const void* p)
48 return (value_type*)0xFEADBEEF;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray 26 typedef T value_type;
123 typedef _Tp value_type;
124 typedef value_type& reference;
125 typedef const value_type& const_reference;
126 typedef value_type* iterator;
127 typedef const value_type* const_iterator;
128 typedef value_type* pointer;
129 typedef const value_type* const_pointer;
137 value_type * __base_;
140 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
allocate_hint.pass.cpp 25 typedef T value_type; typedef in struct:A
27 value_type* allocate(std::size_t n)
30 return (value_type*)0xDEADBEEF;
37 typedef T value_type; typedef in struct:B
39 value_type* allocate(std::size_t n)
42 return (value_type*)0xEEADBEEF;
44 value_type* allocate(std::size_t n, const void* p)
48 return (value_type*)0xFEADBEEF;
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_common.i 19 typedef Type value_type;
20 static int asval(octave_value obj, value_type *val) {
25 typedef Type value_type;
26 static octave_value from(const value_type& val) {
48 typedef Type value_type;
49 static int asval(octave_value obj, value_type *val) {
54 typedef Type value_type;
55 static octave_value from(const value_type& val) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_common.i 21 typedef Type value_type;
22 static int asval(PyObject *obj, value_type *val) {
27 typedef Type value_type;
28 static PyObject *from(const value_type& val) {
50 typedef Type value_type;
51 static int asval(PyObject *obj, value_type *val) {
56 typedef Type value_type;
57 static PyObject *from(const value_type& val) {
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_common.i 20 typedef Type value_type;
21 static int asval(SEXP obj, value_type *val) {
26 typedef Type value_type;
27 static SEXP from(const value_type& val) {
49 typedef Type value_type;
50 static int asval(SEXP obj, value_type *val) {
55 typedef Type value_type;
56 static SEXP from(const value_type& val) {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_common.i 22 typedef Type value_type;
23 static int asval(VALUE obj, value_type *val) {
28 typedef Type value_type;
29 static VALUE from(const value_type& val) {
51 typedef Type value_type;
52 static int asval(VALUE obj, value_type *val) {
57 typedef Type value_type;
58 static VALUE from(const value_type& val) {
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray 26 typedef T value_type;
123 typedef _Tp value_type;
124 typedef value_type& reference;
125 typedef const value_type& const_reference;
126 typedef value_type* iterator;
127 typedef const value_type* const_iterator;
128 typedef value_type* pointer;
129 typedef const value_type* const_pointer;
137 value_type * __base_;
140 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /external/libcxx/test/support/
nasty_containers.hpp 21 typedef typename nested_container::value_type value_type; typedef in class:nasty_vector
37 nasty_vector(size_type n, const value_type& value) : v_(n, value) {}
40 nasty_vector(std::initializer_list<value_type> il) : v_(il) {}
46 void assign(size_type n, const value_type& u) { v_.assign(n, u); }
48 void assign(std::initializer_list<value_type> il) { v_.assign(il); }
83 value_type* data() _NOEXCEPT { return v_.data(); }
84 const value_type* data() const _NOEXCEPT { return v_.data(); }
86 void push_back(const value_type& x) { v_.push_back(x); }
88 void push_back(value_type&& x) { v_.push_back(std::forward<value_type&&>(x));
142 typedef typename nested_container::value_type value_type; typedef in class:nasty_list
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 21 typedef typename nested_container::value_type value_type; typedef in class:nasty_vector
37 nasty_vector(size_type n, const value_type& value) : v_(n, value) {}
40 nasty_vector(std::initializer_list<value_type> il) : v_(il) {}
46 void assign(size_type n, const value_type& u) { v_.assign(n, u); }
48 void assign(std::initializer_list<value_type> il) { v_.assign(il); }
83 value_type* data() _NOEXCEPT { return v_.data(); }
84 const value_type* data() const _NOEXCEPT { return v_.data(); }
86 void push_back(const value_type& x) { v_.push_back(x); }
88 void push_back(value_type&& x) { v_.push_back(std::forward<value_type&&>(x));
142 typedef typename nested_container::value_type value_type; typedef in class:nasty_list
    [all...]
  /external/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 40 // operator==(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
45 // operator!=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
50 // operator<(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
55 // operator>(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
59 // bool operator>=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
64 // operator<=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
70 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
75 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
80 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
84 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 40 // operator==(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
45 // operator!=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
50 // operator<(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
55 // operator>(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
59 // bool operator>=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
64 // operator<=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
70 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
75 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
80 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
84 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
error_info_impl.hpp 47 typedef T value_type; typedef in class:boost::error_info
49 error_info( value_type const & value );
52 value_type const &
58 value_type &
69 value_type value_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 69 template<typename Value_Type, class Cmp_Fn, class Allocator>
72 binary_heap_<Value_Type, Cmp_Fn, Allocator>
75 entry_cmp<Value_Type, Cmp_Fn, is_simple<Value_Type>::value, Allocator>::type
83 template<typename Value_Type, class Cmp_Fn, class Allocator>
91 simple_value = is_simple<Value_Type>::value
98 Value_Type>::other
104 Value_Type,
121 Value_Type,
131 typedef Value_Type value_type typedef in class:__gnu_pbds::detail::binary_heap_
    [all...]

Completed in 3505 milliseconds

1 23 4 5 6 7 8 91011>>