OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:void_pointer
(Results
1 - 4
of
4
) 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
/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
...]
Completed in 337 milliseconds