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

  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
void_pointer.pass.cpp 15 // typedef Alloc::void_pointer
17 // void_pointer;
48 typedef CPtr<void> void_pointer; typedef in struct:C
57 typedef void void_pointer; typedef in struct:D
62 static_assert((std::is_same<std::allocator_traits<A<char> >::void_pointer, Ptr<void> >::value), "");
63 static_assert((std::is_same<std::allocator_traits<B<char> >::void_pointer, void*>::value), "");
64 static_assert((std::is_same<std::allocator_traits<C<char> >::void_pointer, CPtr<void> >::value), "");
66 static_assert((std::is_same<std::allocator_traits<D<char> >::void_pointer, void*>::value), "");
difference_type.pass.cpp 44 struct void_pointer {}; struct in struct:C
size_type.pass.cpp 43 struct void_pointer {}; struct in struct:C
  /external/libcxx/test/std/utilities/allocator.adaptor/
types.pass.cpp 24 // 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,
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 30 // typedef Alloc::void_pointer
32 // void_pointer;
77 typename std::allocator_traits<Alloc>::void_pointer vp;
  /external/libcxx/test/std/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 29 // typedef Alloc::void_pointer
31 // void_pointer;
76 typename std::allocator_traits<Alloc>::void_pointer vp;
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 269 const void* void_pointer; local
271 input->GetDirectBufferPointerInline(&void_pointer, &size);
273 const uint8* buffer = reinterpret_cast<const uint8*>(void_pointer);
    [all...]

Completed in 1711 milliseconds