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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/go/
std_list.i 17 typedef T value_type;
18 typedef value_type* pointer;
19 typedef const value_type* const_pointer;
20 typedef value_type& reference;
21 typedef const value_type& const_reference;
29 void push_front(const value_type& x);
31 void push_back(const value_type& x);
33 void remove(value_type x);
  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/utilities/intseq/intseq.intseq/
integer_seq.fail.cpp 33 floatmix::value_type I;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/intseq/intseq.intseq/
integer_seq.fail.cpp 33 floatmix::value_type I;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 42 template <typename value_type>
43 inline value_type byte_swap(value_type value, endianness endian) {
50 template<typename value_type, endianness endian>
51 inline value_type byte_swap(value_type value) {
56 template <typename value_type, std::size_t alignment>
57 inline value_type read(const void *memory, endianness endian) {
58 value_type ret;
62 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 42 template <typename value_type>
43 inline value_type byte_swap(value_type value, endianness endian) {
50 template<typename value_type, endianness endian>
51 inline value_type byte_swap(value_type value) {
56 template <typename value_type, std::size_t alignment>
57 inline value_type read(const void *memory, endianness endian) {
58 value_type ret;
62 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Endian.h 51 template <typename value_type>
52 inline value_type byte_swap(value_type value, endianness endian) {
59 template<typename value_type, endianness endian>
60 inline value_type byte_swap(value_type value) {
65 template <typename value_type, std::size_t alignment>
66 inline value_type read(const void *memory, endianness endian) {
67 value_type ret;
71 memory, (detail::PickAlignment<value_type, alignment>::value))
    [all...]

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 91011>>