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

1234567891011>>

/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dmove_assign_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
H A Dmove_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
34 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dinsert_const_lvalue.pass.cpp16 // iterator insert(const value_type& x);
28 typedef C::value_type P;
51 typedef C::value_type P;
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Ddefault_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
38 typedef T value_type; typedef in struct:some_hash
H A Ddtor_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_comp
32 typedef T value_type; typedef in struct:some_hash
H A Dmove_assign_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
H A Dmove_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
34 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
H A Ddefault_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
38 typedef T value_type; typedef in struct:some_hash
H A Ddtor_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_comp
32 typedef T value_type; typedef in struct:some_hash
H A Dmove_assign_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
H A Dmove_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
34 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dchar_string.pass.cpp28 test0(typename S::value_type lhs, const S& rhs, const S& x)
37 test1(typename S::value_type lhs, S&& rhs, const S& x)
H A Dstring_char.pass.cpp28 test0(const S& lhs, typename S::value_type rhs, const S& x)
37 test1(S&& lhs, typename S::value_type rhs, const S& x)
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddestroy.pass.cpp28 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp44 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0);
61 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0);
/external/libcxx/test/std/containers/unord/unord.map/unorder.map.modifiers/
H A Dinsert_hint_const_lvalue.pass.cpp16 // iterator insert(const_iterator p, const value_type& x);
32 typedef C::value_type P;
60 typedef C::value_type P;
88 typedef C::value_type P;
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dinsert_hint_const_lvalue.pass.cpp16 // iterator insert(const_iterator p, const value_type& x);
32 typedef C::value_type P;
60 typedef C::value_type P;
88 typedef C::value_type P;
/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/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp19 typedef _E value_type; typedef in class:std::initializer_list
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp43 typedef _E value_type; typedef in class:std::initializer_list
/external/google-breakpad/src/processor/
H A Daddress_map.h77 typedef typename AddressToEntryMap::value_type MapValue;
/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
H A Dsort.pass.cpp14 // && LessThanComparable<Iter::value_type>
25 typedef typename std::iterator_traits<RI>::value_type value_type; typedef
29 value_type* save(new value_type[len]);

Completed in 833 milliseconds

1234567891011>>