Home
last modified time | relevance | path

Searched defs:const_pointer (Results 1 – 25 of 129) sorted by relevance

123456

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dconst_pointer.pass.cpp49 typedef CPtr<const T> const_pointer; typedef
56 typedef void const_pointer; typedef
Dsize_type.pass.cpp42 struct const_pointer {}; struct
Ddifference_type.pass.cpp43 struct const_pointer {}; struct
/external/XNNPACK/src/xnnpack/
DAlignedAllocator.h29 typedef const void* const_pointer; typedef
43 typedef const T* const_pointer; typedef
/external/libcxx/test/support/
Dtest_allocator.h84 typedef const value_type* const_pointer; typedef
174 typedef const value_type* const_pointer; typedef
236 typedef const value_type* const_pointer; typedef
407 typedef const value_type* const_pointer; typedef
/external/perfetto/include/perfetto/base/
Dflat_set.h45 using const_pointer = const T*; variable
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/external/abseil-cpp/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/external/jsoncpp/include/json/
Dallocator.h20 using const_pointer = const T*; variable
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktConstexprVectorUtil.hpp48 using const_pointer = const value_type*; typedef in vkt::ConstexprVector
/external/eigen/Eigen/src/StlSupport/
Ddetails.h28 typedef const T* const_pointer; typedef
/external/angle/src/common/
DCircularBuffer.h29 using const_pointer = typename Storage::const_pointer; variable
/external/pdfium/core/fxcrt/
Dfx_memory_wrappers.h31 using const_pointer = const T*; member
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h42 typedef const value_type *const_pointer; typedef
/external/angle/src/compiler/translator/
DPoolAlloc.h46 typedef const T *const_pointer; typedef
/external/grpc-grpc/src/core/lib/gprpp/
Dmemory.h87 typedef const T* const_pointer; typedef
/external/pigweed/pw_stream/public/pw_stream/
Dmemory_stream.h33 using const_pointer = const std::byte*; variable
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.hpp41 typedef TYPE<VALTYPE> const * const_pointer; typedef
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp8.cpp85 typedef const void* const_pointer; typedef in redecl::n1::allocator
/external/webrtc/api/
Drtp_packet_infos.h41 using const_pointer = vector_type::const_pointer; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h70 using const_pointer = const typename std::remove_reference<T>::type *; variable

123456