Home
last modified time | relevance | path

Searched defs:__identity (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__functional/
Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__functional/
Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__functional/
Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__functional/
Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__functional/
Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__functional/
H A Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/omp/
H A Dparallel_reduce.h23 …arallel_reduce_body(_RandomAccessIterator __first, _RandomAccessIterator __last, _Value __identity, in __parallel_reduce_body()
49 … _RandomAccessIterator __last, _Value __identity, _RealBody __real_body, _Reduction __reduction) in __parallel_reduce()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dparallel_backend_serial.h52 const _Value& __identity, const _RealBody& __real_body, const _Reduction&) in __parallel_reduce()
H A Dparallel_backend_tbb.h116const _Value& __identity, const _RealBody& __real_body, const _Reduction& __reduction) in __parallel_reduce()