Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
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> {};
Dtuple_size_structured_bindings.pass.cpp132 struct std::tuple_size<Test> { struct in std
134 static const size_t value = 1;
Dtuple_size_incomplete.pass.cpp34 template <> struct tuple_size<Dummy1> : public integral_constant<size_t, 0> {}; struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> {
40 struct std::tuple_size<Dummy3> {};
Dtuple_size_structured_bindings.pass.cpp131 struct std::tuple_size<Test> { struct in std
133 static const std::size_t value = 1;
Dtuple_size_incomplete.pass.cpp34 template <> struct tuple_size<Dummy1> : public integral_constant<std::size_t, 0> {}; struct
/external/cronet/buildtools/third_party/libc++/trunk/include/__tuple/
Dtuple_size.h25 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp61 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp70 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
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
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dtuple_ops.cc71 int tuple_size = tuple_shape.tuple_shapes_size(); in EmitTupleAllocasAtFunctionEntry() local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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
Dexample-bind.cpp117 template<typename... Values> struct tuple_size<tuple<Values...> > { struct
118 static const int value = sizeof...(Values);
/external/fmtlib/test/
Dranges-test.cc96 template <> struct tuple_size<my_struct> : std::integral_constant<size_t, 2> {}; struct
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc197 const int64_t tuple_size = ShapeUtil::TupleElementCount(while_init->shape()); in RemoveDeadTupleIndices() local
252 const int64_t tuple_size = ShapeUtil::TupleElementCount(while_init->shape()); in TryRemoveDeadWhileParams() local
/external/libchrome/components/json_schema/
Djson_schema_validator.cc721 size_t tuple_size = tuple_type ? tuple_type->GetSize() : 0; in ValidateTuple() local
/external/python/cpython2/Lib/
Dargparse.py570 def format(tuple_size): argument
/external/python/cpython3/Lib/
Dargparse.py584 def format(tuple_size): argument
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp1204 struct tuple_size<VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct
1206 static constexpr size_t value = std::tuple_size<std::tuple<Elements...>>::value;
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h56373 unsigned char tuple_size; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h5245 unsigned char tuple_size; member
Dvmlinux.h5245 unsigned char tuple_size; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h3011 unsigned char tuple_size; member
Dvmlinux_510.h3011 unsigned char tuple_size; member