Searched refs:value_type (Results 176 - 200 of 768) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/sequences/vector.bool/
H A Dmove_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/iterators/iterator.primitives/iterator.basic/
H A Diterator.pass.cpp16 // typedef T value_type;
33 static_assert((std::is_same<typename It::value_type, T>::value), "");
45 static_assert((std::is_same<typename It::value_type, T>::value), "");
57 static_assert((std::is_same<typename It::value_type, T>::value), "");
69 static_assert((std::is_same<typename It::value_type, T>::value), "");
/external/libcxx/test/iterators/iterator.primitives/iterator.traits/
H A Dconst_pointer.pass.cpp16 // typedef T value_type;
31 static_assert((std::is_same<It::value_type, A>::value), "");
H A Dpointer.pass.cpp16 // typedef T value_type;
31 static_assert((std::is_same<It::value_type, A>::value), "");
/external/libcxx/test/strings/basic.string/string.cons/
H A Ddtor_noexcept.pass.cpp24 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/strings/basic.string/string.modifiers/string_append/
H A Dpush_back.pass.cpp21 test(S s, typename S::value_type c, S expected)
/external/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/
H A Dchar.pass.cpp21 test(S s, typename S::value_type str, S expected)
/external/libcxx/test/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
/external/libcxx/test/strings/basic.string/string.nonmembers/string.special/
H A Dswap_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/utilities/memory/default.allocator/
H A Dallocator_void.pass.cpp18 // typedef void value_type;
30 static_assert((std::is_same<std::allocator<void>::value_type, void>::value), "");
/external/lldb/include/lldb/API/
H A DSBFrame.h196 FindValue (const char *name, ValueType value_type);
199 FindValue (const char *name, ValueType value_type, lldb::DynamicValueType use_dynamic);
206 WatchValue (const char *name, ValueType value_type, uint32_t watch_type);
214 WatchLocation (const char *name, ValueType value_type, uint32_t watch_type, size_t size);
/external/stlport/test/eh/
H A Dtest_push_back.h39 typedef typename C::value_type _value_type;
H A Dtest_push_front.h35 typedef typename C::value_type _value_type;
/external/libcxx/test/support/
H A Dtest_allocator.h46 typedef T value_type; typedef in class:test_allocator
47 typedef value_type* pointer;
48 typedef const value_type* const_pointer;
49 typedef typename std::add_lvalue_reference<value_type>::type reference;
50 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
106 typedef void value_type; typedef in class:test_allocator
107 typedef value_type* pointer;
108 typedef const value_type* const_pointer;
134 typedef T value_type; typedef in class:other_allocator
/external/libcxx/test/thread/futures/
H A Dtest_allocator.h41 typedef T value_type; typedef in class:test_allocator
42 typedef value_type* pointer;
43 typedef const value_type* const_pointer;
44 typedef typename std::add_lvalue_reference<value_type>::type reference;
45 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
99 typedef void value_type; typedef in class:test_allocator
100 typedef value_type* pointer;
101 typedef const value_type* const_pointer;
127 typedef T value_type; typedef in class:other_allocator
/external/chromium_org/base/strings/
H A Dstring_piece.h166 typedef typename STRING_TYPE::value_type value_type; typedef in class:base::BasicStringPiece
167 typedef const value_type* pointer;
168 typedef const value_type& reference;
169 typedef const value_type& const_reference;
171 typedef const value_type* const_iterator;
181 BasicStringPiece(const value_type* str)
186 BasicStringPiece(const value_type* offset, size_type len)
197 const value_type* data() const { return ptr_; }
206 void set(const value_type* dat
[all...]
/external/stlport/stlport/stl/debug/
H A D_vector.h44 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) function
60 typedef _Tp value_type; typedef in struct:_Vector_nonconst_traits
70 typedef _Tp value_type; typedef in struct:_Vector_const_traits
79 typedef _Bit_iterator::value_type value_type; typedef in struct:_Vector_nonconst_traits
88 typedef _Bit_const_iterator::value_type value_type; typedef in struct:_Vector_const_traits
118 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_nonconst_traits<value_type, typename _Base::iterator> > > iterator;
121 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_const_traits<value_type, typename _Base::iterator> > > const_iterator;
303 const value_type *__firs
[all...]
/external/chromium_org/courgette/
H A Dmemory_allocator.h126 typedef T value_type; typedef in class:courgette::MemoryAllocator
127 typedef value_type* pointer;
128 typedef value_type& reference;
129 typedef const value_type* const_pointer;
130 typedef const value_type& const_reference;
236 typedef T value_type;
237 typedef value_type* pointer;
238 typedef value_type& reference;
239 typedef const value_type* const_pointer;
240 typedef const value_type
302 typedef T value_type; typedef in class:courgette::NoThrowBuffer
[all...]
/external/stlport/stlport/stl/
H A D_slist.h82 typedef typename _Traits::value_type value_type; typedef in class:_Slist_iterator
95 typedef _Slist_node<value_type> _Node;
140 inline _Tp* _STLP_CALL value_type(const _STLP_PRIV _Slist_iterator<_Tp, _Traits>&) { return __STATIC_CAST(_Tp*, 0); } function
229 typedef _Tp value_type; typedef in class:slist
231 typedef value_type* pointer;
232 typedef const value_type* const_pointer;
233 typedef value_type& reference;
234 typedef const value_type& const_reference;
250 _Node* _M_create_node(const value_type
883 typedef void value_type; typedef in class:insert_iterator
[all...]
H A D_iterator_base.h61 typedef _Tp value_type; typedef in struct:iterator
70 typedef void value_type; typedef in struct:iterator
80 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::value_type(_It)
86 # define _STLP_VALUE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::value_type*)0
150 typedef typename _Iterator::value_type value_type; typedef in struct:iterator_traits::iterator_traits
168 typedef _Tp value_type; typedef in struct:iterator_traits::iterator_traits
177 typedef _Tp value_type; typedef in struct:iterator_traits::iterator_traits
187 typedef _Tp value_type; typedef in struct:iterator_traits::iterator_traits
202 // value_type ar
293 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
297 inline _Tp* _STLP_CALL value_type(const bidirectional_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
299 inline _Tp* _STLP_CALL value_type(const random_access_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
385 typedef _Tp value_type; typedef in struct:iterator_traits::_Const_traits
394 typedef _Tp value_type; typedef in struct:iterator_traits::_Nonconst_traits
410 typedef _Tp value_type; typedef in struct:iterator_traits::_Const_Const_traits
419 typedef _Tp value_type; typedef in struct:iterator_traits::_Nonconst_Const_traits
[all...]
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map.h117 static bool MapEntryEquals(const PolicyMapType::value_type& a,
118 const PolicyMapType::value_type& b);
/external/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp43 typedef _Tp value_type; typedef in class:std::vector
50 push_back(const value_type& __x)
/external/libcxx/test/containers/associative/multimap/multimap.cons/
H A Dassign_initializer_list.pass.cpp14 // multimap& operator=(initializer_list<value_type> il);
26 typedef C::value_type V;
56 typedef C::value_type V;
H A Dinitializer_list.pass.cpp14 // multimap(initializer_list<value_type> il, const key_compare& comp = key_compare());
26 typedef C::value_type V;
55 typedef C::value_type V;
H A Dinitializer_list_compare.pass.cpp14 // multimap(initializer_list<value_type> il, const key_compare& comp = key_compare());
27 typedef C::value_type V;
60 typedef C::value_type V;

Completed in 1212 milliseconds

1234567891011>>