HomeSort by relevance Sort by last modified time
    Searched refs:void_pointer (Results 1 - 23 of 23) sorted by null

  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
void_pointer.pass.cpp 15 // typedef Alloc::void_pointer
17 // void_pointer;
47 typedef CPtr<void> void_pointer; typedef in struct:C
52 static_assert((std::is_same<std::allocator_traits<A<char> >::void_pointer, Ptr<void> >::value), "");
53 static_assert((std::is_same<std::allocator_traits<B<char> >::void_pointer, void*>::value), "");
54 static_assert((std::is_same<std::allocator_traits<C<char> >::void_pointer, CPtr<void> >::value), "");
difference_type.pass.cpp 42 struct void_pointer {}; struct in struct:C
size_type.pass.cpp 41 struct void_pointer {}; struct in struct:C
Android.mk 47 test_name := utilities/memory/allocator.traits/allocator.traits.types/void_pointer
48 test_src := void_pointer.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
void_pointer.pass.cpp 15 // typedef Alloc::void_pointer
17 // void_pointer;
47 typedef CPtr<void> void_pointer; typedef in struct:C
52 static_assert((std::is_same<std::allocator_traits<A<char> >::void_pointer, Ptr<void> >::value), "");
53 static_assert((std::is_same<std::allocator_traits<B<char> >::void_pointer, void*>::value), "");
54 static_assert((std::is_same<std::allocator_traits<C<char> >::void_pointer, CPtr<void> >::value), "");
difference_type.pass.cpp 42 struct void_pointer {}; struct in struct:C
size_type.pass.cpp 41 struct void_pointer {}; struct in struct:C
  /external/libcxx/test/utilities/allocator.adaptor/
types.pass.cpp 22 // typedef typename OuterTraits::void_pointer void_pointer;
61 std::scoped_allocator_adaptor<A1<int>>::void_pointer,
94 std::scoped_allocator_adaptor<A2<int>, A1<int>>::void_pointer,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
types.pass.cpp 22 // typedef typename OuterTraits::void_pointer void_pointer;
61 std::scoped_allocator_adaptor<A1<int>>::void_pointer,
94 std::scoped_allocator_adaptor<A2<int>, A1<int>>::void_pointer,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 120 _GLIBCXX_ALLOC_TR_NESTED_TYPE(void_pointer,
126 * @c Alloc::void_pointer if that type exists, otherwise
129 typedef __void_pointer void_pointer; typedef in struct:allocator_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 120 _GLIBCXX_ALLOC_TR_NESTED_TYPE(void_pointer,
126 * @c Alloc::void_pointer if that type exists, otherwise
129 typedef __void_pointer void_pointer; typedef in struct:allocator_traits
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 119 _GLIBCXX_ALLOC_TR_NESTED_TYPE(void_pointer,
125 * @c Alloc::void_pointer if that type exists, otherwise
128 typedef __void_pointer void_pointer; typedef in struct:allocator_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 119 _GLIBCXX_ALLOC_TR_NESTED_TYPE(void_pointer,
125 * @c Alloc::void_pointer if that type exists, otherwise
128 typedef __void_pointer void_pointer; typedef in struct:allocator_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 120 _GLIBCXX_ALLOC_TR_NESTED_TYPE(void_pointer,
126 * @c Alloc::void_pointer if that type exists, otherwise
129 typedef __void_pointer void_pointer; typedef in struct:allocator_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 115 _GLIBCXX_ALLOC_TR_NESTED_TYPE(void_pointer,
121 * @c Alloc::void_pointer if that type exists, otherwise
124 typedef __void_pointer void_pointer; typedef in struct:allocator_traits
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 27 // typedef Alloc::void_pointer
29 // void_pointer;
71 typename std::allocator_traits<Alloc>::void_pointer vp;
  /external/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 27 // typedef Alloc::void_pointer
29 // void_pointer;
71 typename std::allocator_traits<Alloc>::void_pointer vp;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 27 // typedef Alloc::void_pointer
29 // void_pointer;
71 typename std::allocator_traits<Alloc>::void_pointer vp;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 27 // typedef Alloc::void_pointer
29 // void_pointer;
71 typename std::allocator_traits<Alloc>::void_pointer vp;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite_inl.h 261 const void* void_pointer; local
263 input->GetDirectBufferPointerInline(&void_pointer, &size);
265 const uint8* buffer = reinterpret_cast<const uint8*>(void_pointer);
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 262 const void* void_pointer; local
264 input->GetDirectBufferPointerInline(&void_pointer, &size);
266 const uint8* buffer = reinterpret_cast<const uint8*>(void_pointer);
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 230 milliseconds