Home
last modified time | relevance | path

Searched defs:LiteralValueType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_test_helper.h26 using LiteralValueType = std::variant<uint8_t, uint32_t, std::string>; variable
Dts_type_parser_test.cpp27 using LiteralValueType = std::variant<uint8_t, uint32_t, std::string>; typedef