Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__mdspan/
Ddefault_accessor.h39 struct default_accessor { struct
43 using offset_policy = default_accessor; argument
48 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor() noexcept = default; argument
51 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor(default_accessor<_OtherElementType>) noexcept {} in requires() argument
53 …BI constexpr reference access(data_handle_type __p, size_t __i) const noexcept { return __p[__i]; } in access()
54 …_HIDE_FROM_ABI constexpr data_handle_type offset(data_handle_type __p, size_t __i) const noexcept { in offset()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__mdspan/
H A Ddefault_accessor.h40 struct default_accessor { struct
44 using offset_policy = default_accessor; argument
49 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor() noexcept = default; argument
52 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor(default_accessor<_OtherElementType>) noexcept {} in requires() argument
54 …BI constexpr reference access(data_handle_type __p, size_t __i) const noexcept { return __p[__i]; } in access()
55 …_HIDE_FROM_ABI constexpr data_handle_type offset(data_handle_type __p, size_t __i) const noexcept { in offset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__mdspan/
Ddefault_accessor.h40 struct default_accessor { struct
44 using offset_policy = default_accessor; argument
49 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor() noexcept = default; argument
52 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor(default_accessor<_OtherElementType>) noexcept {} in requires() argument
54 …BI constexpr reference access(data_handle_type __p, size_t __i) const noexcept { return __p[__i]; } in access()
55 …_HIDE_FROM_ABI constexpr data_handle_type offset(data_handle_type __p, size_t __i) const noexcept { in offset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__mdspan/
Ddefault_accessor.h40 struct default_accessor { struct
44 using offset_policy = default_accessor; argument
49 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor() noexcept = default; argument
52 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor(default_accessor<_OtherElementType>) noexcept {} in requires() argument
54 …BI constexpr reference access(data_handle_type __p, size_t __i) const noexcept { return __p[__i]; } in access()
55 …_HIDE_FROM_ABI constexpr data_handle_type offset(data_handle_type __p, size_t __i) const noexcept { in offset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__mdspan/
Ddefault_accessor.h40 struct default_accessor { struct
44 using offset_policy = default_accessor; argument
49 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor() noexcept = default; argument
52 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor(default_accessor<_OtherElementType>) noexcept {} in requires() argument
54 …BI constexpr reference access(data_handle_type __p, size_t __i) const noexcept { return __p[__i]; } in access()
55 …_HIDE_FROM_ABI constexpr data_handle_type offset(data_handle_type __p, size_t __i) const noexcept { in offset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__mdspan/
Ddefault_accessor.h40 struct default_accessor { struct
44 using offset_policy = default_accessor; argument
49 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor() noexcept = default; argument
52 _LIBCPP_HIDE_FROM_ABI constexpr default_accessor(default_accessor<_OtherElementType>) noexcept {} in requires() argument
54 …BI constexpr reference access(data_handle_type __p, size_t __i) const noexcept { return __p[__i]; } in access()
55 …_HIDE_FROM_ABI constexpr data_handle_type offset(data_handle_type __p, size_t __i) const noexcept { in offset()
/aosp_15_r20/external/zlib/google/
H A Dzip.cc125 DirectFileAccessor default_accessor(params.src_dir); in Zip() local