Home
last modified time | relevance | path

Searched defs:get_ptr (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dnode_to_value.hpp44 ConstVoidPtr get_ptr() const in get_ptr() function
61 const void *get_ptr() const in get_ptr() function
Diiterator.hpp95 BOOST_INTRUSIVE_FORCEINLINE StoredPointer get_ptr() const in get_ptr() function
113 BOOST_INTRUSIVE_FORCEINLINE StoredPointer get_ptr() const in get_ptr() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/
Doptional_trivially_copyable_base.hpp140 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in tc_optional_base
141 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in tc_optional_base
Dold_optional_implementation.hpp345 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
346 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
Doptional_reference_spec.hpp151 T* get_ptr() const BOOST_NOEXCEPT { return ptr_; } in get_ptr() function in boost::optional
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/
H A DMinimalElementType.h34 constexpr T* get_ptr() { return ptr_; } in get_ptr() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dquota.rs38 pub(crate) fn get_ptr(&self) -> *mut grpc_resource_quota { in get_ptr() method
/aosp_15_r20/external/llvm-libc/src/__support/
H A Darg_list.h118 LIBC_INLINE void *get_ptr() const { return ptr; } in get_ptr() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dsmart_ptr_test.cpp48 Incomplete * get_ptr( boost::shared_ptr<Incomplete>& incomplete ) in get_ptr() function
/aosp_15_r20/external/executorch/runtime/core/test/
H A Derror_handling_test.cpp44 Result<const void*> get_ptr(int64_t value) { in get_ptr() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dvector.hpp103 Pointer get_ptr() const in get_ptr() function in boost::container::vec_iterator::nat
112 const Pointer &get_ptr() const BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() function in boost::container::vec_iterator
116 Pointer &get_ptr() BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() function in boost::container::vec_iterator
254 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr(vec_iterator<Pointer, IsConst> &it) BOOST_NOEXCEPT_OR_… in get_ptr() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/
Doptional.hpp393 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
394 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c620 get_ptr(struct nv30_rect *rect) in get_ptr() function
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dwrappers.rs224 pub const fn get_ptr(&self) -> *const T { in get_ptr() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dwrappers.rs224 pub const fn get_ptr(&self) -> *const T { in get_ptr() method
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dicd.rs255 fn get_ptr(&self) -> CLResult<*const T>; in get_ptr() method
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst_multiplier.hpp404 auto get_ptr = [start_output_channel] (const int32_t *ptr) -> const int32_t * in execute() local
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A DMetadata.h401 const T* get_ptr(const K<T>& key) const { in get_ptr() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs1620 fn get_ptr(&self, state: &State) -> Option<StatePtr> { in get_ptr() method
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp20372 …auto get_ptr() noexcept -> decltype(std::declval<basic_json_t&>().get_impl_ptr(std::declval<Pointe… in get_ptr() function in nlohmann::basic_json
20383 …constexpr auto get_ptr() const noexcept -> decltype(std::declval<const basic_json_t&>().get_impl_p… in get_ptr() function in nlohmann::basic_json
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h48514 void * (*get_ptr)(struct dma_async_tx_descriptor *, size_t *, size_t *); member
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h26139 void * (*get_ptr)(struct dma_async_tx_descriptor *, size_t *, size_t *); member
H A Dvmlinux_600.h26139 void * (*get_ptr)(struct dma_async_tx_descriptor *, size_t *, size_t *); member
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h40204 void * (*get_ptr)(struct dma_async_tx_descriptor *, size_t *, size_t *); member
H A Dvmlinux_602.h40204 void * (*get_ptr)(struct dma_async_tx_descriptor *, size_t *, size_t *); member

12