Home
last modified time | relevance | path

Searched defs:to_ptr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/libcxxabi/
H A Ddynamic_cast.bench.cpp50 To* to_ptr = dynamic_cast<To*>(from_ptr); in DynCast() local
59 Chain<9>* to_ptr = static_cast<Chain<9>*>(from_ptr); in StaticCast() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
Dpoint_const_iterator.hpp131 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
135 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
Dpoint_const_iterator.hpp131 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
135 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dnode_handle_test.cpp534 node_t *const to_ptr = new node_t; in test_swap() local
560 node_t *const to_ptr = new node_t; in test_swap() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/foreach/include/boost/
Dforeach.hpp432 inline T *&to_ptr(T const &) in to_ptr() function
441 inline T (*&to_ptr(T (&)[N]))[N] in to_ptr() function
/aosp_15_r20/external/igt-gpu-tools/benchmarks/
H A Dgem_exec_tracer.c146 #define to_ptr(T, x) ((T *)(uintptr_t)(x)) in trace_exec() macro
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs396 fn to_ptr(self, is_const: bool) -> syn::Type; in to_ptr() method
400 fn to_ptr(self, is_const: bool) -> syn::Type { in to_ptr() method