Home
last modified time | relevance | path

Searched defs:tuple_type (Results 1 – 22 of 22) sorted by relevance

/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dboost_tuple.cpp47 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/
Ddynamic_10.hpp20 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
Ddynamic_20.hpp20 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 …]
Ddynamic_30.hpp20 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 …]
Ddynamic_40.hpp20 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 …]
Ddynamic_50.hpp20 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/
Dstd_tuple_iterator.hpp33 typedef Tuple tuple_type; typedef
74 typedef typename Iterator::tuple_type tuple_type; typedef
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/
Ddynamic.hpp83 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/
Ddynamic.hpp65 tuple_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_transform_assignment.cpp56 tuple_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc175 } else if (auto tuple_type = type.dyn_cast<mlir::TupleType>()) { in TypeToShape() local
Dhlo_function_importer.cc175 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
Dmlir_hlo_to_hlo.cc240 auto tuple_type = type.dyn_cast<mlir::TupleType>(); in GetCustomCallResultShapeWithLayout() local
/external/federated-compute/fcp/tracing/tools/
Dtracing_traits_generator.cc391 std::string tuple_type = "std::tuple<"; in main() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dadjust_layout.cc80 auto tuple_type = types[0].dyn_cast<TupleType>(); in GetTPUInfeedLayout() local
Dlegalize_tf_communication.cc436 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
Dlegalize_tf_control_flow.cc208 void ReplaceBlockArgs(Block* block, Type tuple_type, OpBuilder* builder) { in ReplaceBlockArgs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc150 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in CodegenNestedComputation() local
/external/libchrome/components/json_schema/
Djson_schema_validator.cc719 const base::ListValue* tuple_type = nullptr; in ValidateTuple() local
/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/detail/
Dtuple_basic.hpp977 typedef tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> tuple_type; in swap() typedef
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc143 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in EmitThreadLocalFunctionEpilogue() local
/external/python/cpython3/Parser/
Dparser.c229 #define tuple_type 1149 macro