HomeSort by relevance Sort by last modified time
    Searched refs:value_type (Results 1 - 25 of 2748) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libutil++/
cached_value.h 25 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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/
types.pass.cpp 16 // typedef T value_type;
24 static_assert((std::is_same<std::valarray<int>::value_type, int>::value), "");
25 static_assert((std::is_same<std::valarray<double>::value_type, double>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
allocate_hint.pass.cpp 25 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;
allocate.pass.cpp 25 typedef T value_type; typedef in struct:A
27 value_type* allocate(std::size_t n)
30 return (value_type*)0xDEADBEEF;
deallocate.pass.cpp 27 typedef T value_type; typedef in struct:A
29 void deallocate(value_type* p, std::size_t n)
31 assert(p == (value_type*)0xDEADBEEF);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
value_type.pass.cpp 15 // typedef typename Alloc::value_type value_type;
25 typedef T value_type; typedef in struct:A
30 static_assert((std::is_same<std::allocator_traits<A<char> >::value_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/
types.pass.cpp 16 // typedef T value_type;
23 static_assert((std::is_same<std::gslice_array<int>::value_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/
types.pass.cpp 16 // typedef T value_type;
23 static_assert((std::is_same<std::indirect_array<int>::value_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/
types.pass.cpp 16 // typedef T value_type;
23 static_assert((std::is_same<std::mask_array<int>::value_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/
types.pass.cpp 16 // typedef T value_type;
23 static_assert((std::is_same<std::slice_array<int>::value_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.intseq/
integer_seq.fail.cpp 31 floatmix::value_type I;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.make/
make_integer_seq.fail.cpp 23 std::make_integer_sequence<int, -3>::value_type i;
  /external/ceres-solver/internal/ceres/
map_util.h 58 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::first_type& key)
123 typedef typename Collection::value_type value_type; typedef
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1-retmem.cpp 9 typedef T value_type; typedef in struct:X0
12 value_type *f1();
13 X1<value_type*> f2();
22 typename X0<U>::value_type *X0<U>::f1() {
27 X1<typename X0<U>::value_type*> X0<U>::f2() {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
error_info_impl.hpp 47 typedef T value_type; typedef in class:boost::error_info
49 error_info( value_type const & value );
52 value_type const &
58 value_type &
69 value_type value_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
65 typedef typename value_type::first_type key_type;
76 value_type>::type>::other::const_reference
82 value_type>::type>::other::reference
88 value_type>::type>::other::const_pointer
118 typedef typename Const_Node_Iterator::value_type it_type;
120 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
difference_type.pass.cpp 25 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];

Completed in 3622 milliseconds

1 2 3 4 5 6 7 8 91011>>