/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/ |
D | get_pointer.hpp | 20 template<class T> T * get_pointer(T * p) in get_pointer() function 48 template<class T> T * get_pointer(std::auto_ptr<T> const& p) in get_pointer() function 62 template<class T> T * get_pointer( std::unique_ptr<T> const& p ) in get_pointer() function 67 template<class T> T * get_pointer( std::shared_ptr<T> const& p ) in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/ |
D | recursive_wrapper.hpp | 97 T* get_pointer() { return p_; } in get_pointer() function in boost::recursive_wrapper 98 const T* get_pointer() const { return p_; } in get_pointer() function in boost::recursive_wrapper
|
/aosp_15_r20/external/armnn/third-party/mapbox/ |
H A D | recursive_wrapper.hpp | 109 T* get_pointer() { return p_; } in get_pointer() function in mapbox::util::recursive_wrapper 111 const T* get_pointer() const { return p_; } in get_pointer() function in mapbox::util::recursive_wrapper
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/ |
D | ref.hpp | 143 BOOST_FORCEINLINE T* get_pointer() const { return t_; } in get_pointer() function in boost::reference_wrapper 328 template<class T> BOOST_FORCEINLINE T* get_pointer( reference_wrapper<T> const & r ) in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | mem_ptr.cpp | 236 int const *get_pointer(T const &t) in get_pointer() function 253 friend T const *get_pointer(dumb_ptr const &p) in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/ast/ |
D | variant.hpp | 84 T* get_pointer() BOOST_NOEXCEPT { return p_; } in get_pointer() function in boost::spirit::x3::forward_ast 85 const T* get_pointer() const BOOST_NOEXCEPT { return p_; } in get_pointer() function in boost::spirit::x3::forward_ast
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/ |
D | decltype.hpp | 251 get_pointer(T &t) in get_pointer() function 258 get_pointer(T const &t) in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | pointer_plus_bits.hpp | 84 BOOST_INTRUSIVE_FORCEINLINE static pointer get_pointer(pointer n) in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/ |
D | ref_test.cpp | 19 static T* get_pointer(T& x) in get_pointer() function
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/ |
H A D | speculative_load.cc | 34 const char* get_pointer() const { in get_pointer() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | lazy_box.rs | 48 fn get_pointer(&self) -> *mut T { in get_pointer() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | lazy_box.rs | 48 fn get_pointer(&self) -> *mut T { in get_pointer() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/ |
D | scoped_ptr.hpp | 156 template<class T> inline T * get_pointer(scoped_ptr<T> const & p) BOOST_SP_NOEXCEPT in get_pointer() function
|
D | intrusive_ptr.hpp | 295 template<class T> T * get_pointer(intrusive_ptr<T> const & p) BOOST_SP_NOEXCEPT in get_pointer() function
|
D | local_shared_ptr.hpp | 656 template<class T> inline typename local_shared_ptr<T>::element_type * get_pointer( local_shared_ptr… in get_pointer() function
|
D | shared_ptr.hpp | 973 template<class T> inline typename shared_ptr<T>::element_type * get_pointer(shared_ptr<T> const & p… in get_pointer() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | lazy_box.rs | 48 fn get_pointer(&self) -> *mut T { in get_pointer() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | lazy_box.rs | 48 fn get_pointer(&self) -> *mut T { in get_pointer() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | lazy_box.rs | 48 fn get_pointer(&self) -> *mut T { in get_pointer() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/detail/ |
D | shared_ptr_nmt_132.hpp | 175 template<class T> inline T * get_pointer(shared_ptr< T > const & p) in get_pointer() function
|
D | shared_ptr_132.hpp | 399 template<class T> inline T * get_pointer(shared_ptr< T > const & p) in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | mem_fn_unary_addr_test.cpp | 91 template<class T> T * get_pointer( Y< T > const & y ) in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/ |
D | optional.hpp | 1574 get_pointer ( optional<T> const& opt ) in get_pointer() function 1582 get_pointer ( optional<T>& opt ) in get_pointer() function
|
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SYCL/ |
H A D | SyclMemoryModel.h | 570 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ptr_t get_pointer() const { in get_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | smart_ptr.hpp | 283 static pointer get_pointer(const pointer &n) in get_pointer() function
|