Home
last modified time | relevance | path

Searched defs:OutputValue (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_parameters/type_parameter_lists/
Dtype_parameter_lists_2.ts26 interface OutputValue { interface
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.cc82 struct OutputValue { struct
84 std::string name;
86 const ast::Type* type;
88 ast::DecorationList attributes;
90 const ast::Expression* value;
/third_party/gn/src/gn/
Doutput_conversion.cc90 void OutputValue(const Value& output, std::ostream& out) { in OutputValue() function
/third_party/vk-gl-cts/executor/tools/
DxeTestLogCompare.cpp61 enum OutputValue enum
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Danf.h402 using OutputValue = std::pair<ValueNodePtr, std::string>; variable