Searched refs:value_type (Results 126 - 150 of 548) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/sequences/list/list.cons/
H A Ddefault_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/vector/
H A Dtypes.pass.cpp18 // typedef T value_type;
48 static_assert((std::is_same<typename C::value_type, T>::value), "");
49 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
79 static_assert((std::is_same<std::vector<int, min_allocator<int>>::value_type, int>::value), "");
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_size_value.pass.cpp12 // vector(size_type n, const value_type& x);
23 test(typename C::size_type n, const typename C::value_type& x)
H A Ddefault_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dconstruct_size_value.pass.cpp13 // vector(size_type n, const value_type& x);
22 test(typename C::size_type n, const typename C::value_type& x)
H A Dconstruct_size_value_alloc.pass.cpp13 // vector(size_type n, const value_type& x, const allocator_type& a);
22 test(typename C::size_type n, const typename C::value_type& x,
H A Ddefault_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_alloc
H A Ddtor_noexcept.pass.cpp24 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/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/std/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/std/strings/basic.string/string.cons/
H A Ddtor_noexcept.pass.cpp24 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/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/std/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/std/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/std/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/std/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/pdfium/third_party/base/
H A Dtemplate_util.h16 typedef T value_type; typedef in struct:pdfium::base::integral_constant

Completed in 299 milliseconds

1234567891011>>