Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 11 of 11) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types_test.go121 const_pointer := ConstType(PointerType(IntType))
122 if const_pointer.Name(FirstArch) != "int *const" {
125 const_pointer = PointerType(ConstType(IntType))
126 if const_pointer.Name(FirstArch) != "const int *" {
129 const_pointer = ConstType(PointerType(ConstType(IntType)))
130 if const_pointer.Name(FirstArch) != "const int *const" {
136 const_pointer := ConstType(PointerType(ArrayType(IntType, 10)))
137 if const_pointer.Name(FirstArch) != "int (*const)[10]" {
140 const_pointer = PointerType(ArrayType(ConstType(IntType), 10))
141 if const_pointer.Name(FirstArch) != "const int (*)[10]" {
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dbuffer_wrapper.h28 typedef const T* const_pointer; typedef
72 const_pointer data() const { return buffer_; } in data()
76 const_pointer begin() const { return &buffer_[0]; } in begin()
77 const_pointer end() const { return &buffer_[end_]; } in end()
108 using const_pointer = typename BufferType::const_pointer; variable
125 const_pointer data() const { return buffer_.data(); } in data()
Darray_wrapper.h28 typedef const T* const_pointer; typedef
72 const_pointer data() const { return buffer_; } in data()
76 const_pointer begin() const { return &buffer_[0]; } in begin()
77 const_pointer end() const { return &buffer_[end_]; } in end()
Dstring_wrapper.h30 typedef const value_type* const_pointer; typedef
77 const_pointer data() const { return buffer_; } in data()
81 const_pointer begin() const { return &buffer_[0]; } in begin()
82 const_pointer end() const { return &buffer_[end_]; } in end()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h95 typedef const typename ChunkType::value_type* const_pointer; typedef
112 const_pointer address(const_reference X) const { return &X; } in address()
310 typedef const DataType* const_pointer; typedef
329 const_pointer address(const_reference X) const { return &X; } in address()
355 typedef const void* const_pointer; typedef
376 const_pointer address(const_reference X) const { return X; } in address()
/frameworks/native/include/ftl/details/
Darray_traits.h39 using const_pointer = const value_type*; member
41 using const_iterator = const_pointer;
/frameworks/native/include/ftl/
Dsmall_vector.h94 FTL_ARRAY_TRAIT(T, const_pointer);
311 FTL_ARRAY_TRAIT(T, const_pointer);
Dstatic_vector.h115 FTL_ARRAY_TRAIT(T, const_pointer);
/frameworks/native/include/input/
DRingBuffer.h45 using const_pointer = const value_type*; variable
/frameworks/compile/mclinker/include/mcld/
DInputTree.h73 typedef const value_type* const_pointer; typedef
/frameworks/compile/mclinker/include/mcld/ADT/
DBinTree.h343 typedef const value_type* const_pointer; typedef