Home
last modified time | relevance | path

Searched defs:tuple_size (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.verify.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> {
40 struct std::tuple_size<Dummy3> {};
H A Dtuple_size_structured_bindings.pass.cpp131 struct std::tuple_size<Test> { struct in std
133 static const std::size_t value = 1;
H A Dtuple_size_incomplete.pass.cpp34 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 Dtuple_size_incomplete.fail.cpp29 struct std::tuple_size<Dummy1> { struct in std
35 struct std::tuple_size<Dummy2> {
41 struct std::tuple_size<Dummy3> {};
H A Dtuple_size_structured_bindings.pass.cpp132 struct std::tuple_size<Test> { struct in std
134 static const size_t value = 1;
H A Dtuple_size_incomplete.pass.cpp34 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/
Dtuple.hpp82 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 Dtensor_list_utils.cc167 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 Dexample-tuple.cpp146 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 Dexample-bind.cpp117 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/
Dtuple_size.h26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__tuple/
H A Dtuple_size.h26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__tuple/
Dtuple_size.h26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__tuple/
Dtuple_size.h26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__tuple/
Dtuple_size.h28 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__tuple/
Dtuple_size.h26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/
H A Dtuple.h30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/
Dtuple.h30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/
Dtuple.h30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dtuple.h30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dtuple.h30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp61 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 DDWARFDebugArangeSet.cpp70 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 DDWARFDebugArangeSet.cpp105 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/
Dtuple.hpp89 struct tuple_size : result_of::size<Tuple> {}; struct

123