/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | boost_tuple.cpp | 47 typedef boost::tuple<int, std::string> tuple_type; in main() typedef 111 typedef boost::tuple<int, std::string> tuple_type; in main() typedef
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/detail/cpp03/preprocessed/ |
D | dynamic_10.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef
|
D | dynamic_20.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
D | dynamic_30.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
D | dynamic_40.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
D | dynamic_50.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/std_tuple/ |
D | std_tuple_iterator.hpp | 33 typedef Tuple tuple_type; typedef 74 typedef typename Iterator::tuple_type tuple_type; typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/ |
D | insert_transparent.pass.cpp | 151 using tuple_type = std::tuple<typename FlatMap::key_type, typename FlatMap::mapped_type>; in main() typedef 160 using tuple_type = std::tuple<typename FlatMap::key_type, typename FlatMap::mapped_type>; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/ |
D | insert_transparent.pass.cpp | 151 using tuple_type = std::tuple<typename FlatMap::key_type, typename FlatMap::mapped_type>; in main() typedef 160 using tuple_type = std::tuple<typename FlatMap::key_type, typename FlatMap::mapped_type>; in main() typedef
|
/external/pytorch/torch/csrc/jit/passes/ |
D | refine_tuple_types.cpp | 16 auto tuple_type = output->type()->expectRef<TupleType>(); in VisitTupleNode() local
|
D | lower_tuples.cpp | 172 auto tuple_type = n->output()->type()->expect<TupleType>(); in RemoveTupleConstants() local
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/ |
D | dynamic.hpp | 83 typedef typename DynamicScope::tuple_type tuple_type; typedef 133 tuple_type; typedef
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/detail/cpp03/ |
D | dynamic.hpp | 65 tuple_type; typedef
|
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | regression_transform_assignment.cpp | 56 tuple_type; typedef
|
/external/pytorch/torch/csrc/jit/ir/ |
D | graph_utils.cpp | 18 if (auto tuple_type = input_type->cast<TupleType>()) { in inferShapeAndTypeForInput() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | type_to_shape.cc | 175 } else if (auto tuple_type = type.dyn_cast<mlir::TupleType>()) { in TypeToShape() local
|
D | hlo_function_importer.cc | 175 auto tuple_type = type.dyn_cast<mlir::TupleType>(); in IsNestedTupleInData() local 194 auto tuple_type = type.dyn_cast<mlir::TupleType>(); in FlattenTupleType() local 208 auto tuple_type = value.getType().dyn_cast<mlir::TupleType>(); in FlattenTupleValue() local 225 auto tuple_type = type.dyn_cast<mlir::TupleType>(); in CreateTupleValue() local
|
/external/federated-compute/fcp/tracing/tools/ |
D | tracing_traits_generator.cc | 391 std::string tuple_type = "std::tuple<"; in main() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | adjust_layout.cc | 80 auto tuple_type = types[0].dyn_cast<TupleType>(); in GetTPUInfeedLayout() local
|
D | legalize_tf_communication.cc | 436 auto tuple_type = value.getType().dyn_cast<TupleType>(); in GetValueWithToken() local 477 if (auto tuple_type = type.dyn_cast<TupleType>()) { in GetTypeWithToken() local 514 auto tuple_type = value.getType().dyn_cast<TupleType>(); in ReplaceWithTupleResult() local
|
/external/pytorch/torch/csrc/jit/runtime/ |
D | profiling_graph_executor_impl.cpp | 735 auto tuple_type = func->graph()->return_node()->input(0)->type(); in insertFallbackFunctionCall() local 763 auto tuple_type = TupleType::create(otypes); in createFallbackPathFunction() local
|
D | vararg_functions.cpp | 316 c10::TypePtr tuple_type, in namedTupleConstruct()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_nested.cc | 150 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in CodegenNestedComputation() local
|
/external/pytorch/torch/csrc/jit/runtime/static/ |
D | fusion.cpp | 79 auto tuple_type = input->type()->cast<TupleType>(); in canHandle() local
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | sugared_value.cpp | 76 } else if (auto tuple_type = value_->type()->cast<TupleType>()) { in hasAttr() local 174 if (auto tuple_type = value_->type()->cast<TupleType>()) { in attr() local
|