Searched defs:value_type (Results 76 - 100 of 326) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/sequences/deque/deque.special/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/list/list.special/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/vector/vector.special/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/vector.bool/
H A Dswap_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/iterators/iterator.primitives/iterator.traits/
H A Diterator.pass.cpp16 // typedef typename Iter::value_type value_type;
30 typedef A value_type; typedef in struct:test_iterator
40 static_assert((std::is_same<It::value_type, A>::value), "");
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
H A Ddifference_type.pass.cpp25 typename std::iterator_traits<It>::value_type x)
27 typedef typename std::iterator_traits<It>::value_type value_type; typedef
29 value_type rr = r[n];
/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/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp25 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;
H A Ddeallocate.pass.cpp27 typedef T value_type; typedef in struct:A
29 void deallocate(value_type* p, std::size_t n)
31 assert(p == (value_type*)0xDEADBEEF);
H A Dmax_size.pass.cpp27 typedef T value_type; typedef in struct:A
34 typedef T value_type; typedef in struct:B
H A Dselect_on_container_copy_construction.pass.cpp28 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
H A Ddestroy.pass.cpp28 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
H A Dconst_pointer.pass.cpp16 // | pointer_traits<pointer>::rebind<const value_type>
29 typedef T value_type; typedef in struct:A
36 typedef T value_type; typedef in struct:B
45 typedef T value_type; typedef in struct:C
H A Dconst_void_pointer.pass.cpp30 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
46 typedef T value_type; typedef in struct:C
H A Dvoid_pointer.pass.cpp30 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
46 typedef T value_type; typedef in struct:C
H A Ddifference_type.pass.cpp26 typedef T value_type; typedef in struct:A
33 typedef T value_type; typedef in struct:B
39 typedef T value_type; typedef in struct:C
H A Drebind_alloc.pass.cpp28 typedef T value_type; typedef in struct:A
39 typedef T value_type; typedef in struct:B
47 typedef T value_type; typedef in struct:C
53 typedef T value_type; typedef in struct:D
59 typedef T value_type; typedef in struct:E
H A Dsize_type.pass.cpp25 typedef T value_type; typedef in struct:A
32 typedef T value_type; typedef in struct:B
38 typedef T value_type; typedef in struct:C
/external/lldb/include/lldb/Utility/
H A DRefCounter.h28 typedef uint32_t value_type; typedef in class:lldb_utility::RefCounter
30 RefCounter(value_type* ctr);
35 value_type* m_counter;
/external/oprofile/libutil++/
H A Dcached_value.h25 typedef T value_type; typedef in class:cached_value
28 value_type const get() const {
38 value_type const reset(value_type const & val) {
46 value_type value;
/external/ceres-solver/internal/ceres/
H A Dmap_util.h58 const typename Collection::value_type::second_type&
60 const typename Collection::value_type::first_type& key) {
70 const typename Collection::value_type::second_type&
72 const typename Collection::value_type::first_type& key,
73 const typename Collection::value_type::second_type& value) {
88 const typename Collection::value_type::first_type& key,
89 const typename Collection::value_type::second_type& value) {
91 collection->insert(typename Collection::value_type(key, value));
99 typename Collection::value_type::second_type*
101 const typename Collection::value_type
123 typedef typename Collection::value_type value_type; typedef
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp21 typedef typename _Traits::char_type value_type; typedef in class:std::basic_string
/external/clang/test/SemaCXX/
H A DPR9908.cpp25 typedef T value_type; typedef in struct:A
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
H A Ddifference_type.pass.cpp28 typename std::iterator_traits<It>::value_type x)
30 typedef typename std::iterator_traits<It>::value_type value_type; typedef
32 value_type rr = r[n];

Completed in 4820 milliseconds

1234567891011>>