/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple_size_incomplete.verify.cpp | 28 struct std::tuple_size<Dummy1> { struct in std 34 struct std::tuple_size<Dummy2> { 40 struct std::tuple_size<Dummy3> {};
|
H A D | tuple_size_structured_bindings.pass.cpp | 131 struct std::tuple_size<Test> { struct in std 133 static const std::size_t value = 1;
|
H A D | tuple_size_incomplete.pass.cpp | 34 template <> struct tuple_size<Dummy1> : public integral_constant<std::size_t, 0> {}; struct
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple_size_incomplete.fail.cpp | 29 struct std::tuple_size<Dummy1> { struct in std 35 struct std::tuple_size<Dummy2> { 41 struct std::tuple_size<Dummy3> {};
|
H A D | tuple_size_structured_bindings.pass.cpp | 132 struct std::tuple_size<Test> { struct in std 134 static const size_t value = 1;
|
H A D | tuple_size_incomplete.pass.cpp | 34 template <> struct tuple_size<Dummy1> : public integral_constant<size_t, 0> {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/ |
D | tuple.hpp | 82 class tuple_size< boost::tuples::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> >: class 87 template<class H, class T> class tuple_size< boost::tuples::cons<H, T> >: class 92 template<> class tuple_size< boost::tuples::null_type >: class
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | tensor_list_utils.cc | 167 int tuple_size = xla::ShapeUtil::TupleElementCount(list_shape); in GetTensorListPushIndex() local 180 int tuple_size = xla::ShapeUtil::TupleElementCount(list_shape); in SetTensorListPushIndex() local 230 int tuple_size = xla::ShapeUtil::TupleElementCount(element_tensor_list_shape); in GetTensorListShapeFromElementTensorListShape() local 275 int tuple_size = xla::ShapeUtil::TupleElementCount(list_shape); in CreateZerosTensorListWithShape() local
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-tuple.cpp | 146 template<typename... Values> struct tuple_size<tuple<Values...> > { struct 150 int check_tuple_size_0[tuple_size<tuple<> >::value == 0? 1 : -1]; argument
|
H A D | example-bind.cpp | 117 template<typename... Values> struct tuple_size<tuple<Values...> > { struct 118 static const int value = sizeof...(Values);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__tuple/ |
D | tuple_size.h | 26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__tuple/ |
H A D | tuple_size.h | 26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__tuple/ |
D | tuple_size.h | 26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__tuple/ |
D | tuple_size.h | 26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__tuple/ |
D | tuple_size.h | 28 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__tuple/ |
D | tuple_size.h | 26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/ |
H A D | tuple.h | 30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/ |
D | tuple.h | 30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/ |
D | tuple.h | 30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/ |
D | tuple.h | 30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/ |
D | tuple.h | 30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSet.cpp | 61 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSet.cpp | 70 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSet.cpp | 105 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/ |
D | tuple.hpp | 89 struct tuple_size : result_of::size<Tuple> {}; struct
|