Searched defs:tuple_element (Results 26 – 37 of 37) sorted by relevance
12
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/preprocessed/ |
D | tuple20.hpp | 330 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
D | tuple30.hpp | 470 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
D | tuple40.hpp | 610 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
D | tuple50.hpp | 750 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | buffer_assignment_test.cc | 1261 auto tuple_element = builder.AddInstruction( in TEST_F() local 1536 auto tuple_element = in TEST_F() local 1767 auto tuple_element = builder.AddInstruction( in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | ir_emitter.cc | 549 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 842 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct 844 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
|
D | vulkan.hpp | 843 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct 845 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
|
/aosp_15_r20/external/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 862 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct 864 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 815 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct 817 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
H A D | vulkan.hpp | 815 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct 817 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
|
/aosp_15_r20/external/ublksrv/include/nlohmann/ |
H A D | json.hpp | 5117 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class
|
12