Home
last modified time | relevance | path

Searched defs:__with_reference (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/include/__iterator/
H A Diterator_traits.h48 using __with_reference = _Tp&; variable
51 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__iterator/
Diterator_traits.h49 using __with_reference = _Tp&; variable
52 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__iterator/
Diterator_traits.h50 using __with_reference = _Tp&; variable
53 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__iterator/
Diterator_traits.h49 using __with_reference = _Tp&; variable
52 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__iterator/
Diterator_traits.h49 using __with_reference = _Tp&; variable
52 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__iterator/
Diterator_traits.h48 using __with_reference = _Tp&; variable
51 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable