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

  /ndk/sources/cxx-stl/llvm-libc++/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
  /ndk/sources/cxx-stl/llvm-libc++/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/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
  /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);

Completed in 316 milliseconds