Searched refs:value_type (Results 151 - 175 of 768) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/
H A Dchrome_page_zoom.cc31 std::vector<double> PresetZoomValues(PageZoomValueType value_type, argument
40 if (value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL)
48 double min = value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL ?
51 double max = value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL ?
/external/chromium_org/storage/common/blob/
H A Dshareable_file_reference.cc24 typedef FileMap::value_type value_type; typedef in class:storage::__anon10733::ShareableFileMap
42 std::pair<iterator, bool> Insert(value_type value) {
92 ShareableFileMap::value_type(scoped_file.path(), null_reference));
/external/chromium_org/tools/android/forwarder2/
H A Dutil.h30 const typename Map::value_type::second_type shared_ptr_copy = it->second;
/external/libcxx/test/containers/associative/multiset/multiset.cons/
H A Dinitializer_list_compare.pass.cpp14 // multiset(initializer_list<value_type> il, const key_compare& comp = key_compare());
25 typedef C::value_type V;
/external/libcxx/test/containers/associative/set/set.cons/
H A Dinitializer_list_compare.pass.cpp14 // set(initializer_list<value_type> il, const key_compare& comp = key_compare());
25 typedef C::value_type V;
/external/libcxx/test/containers/sequences/deque/deque.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/containers/sequences/forwardlist/forwardlist.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/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/containers/sequences/vector/
H A Dtypes.pass.cpp18 // typedef T value_type;
46 static_assert((std::is_same<typename C::value_type, T>::value), "");
47 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
77 static_assert((std::is_same<std::vector<int, min_allocator<int>>::value_type, int>::value), "");
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_size_value.pass.cpp12 // 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.cpp12 // vector(size_type n, const value_type& x, const allocator_type& a);
20 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/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

Completed in 4773 milliseconds

1234567891011>>