Home
last modified time | relevance | path

Searched defs:LiteralValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h115 …using LiteralValue = std::variant<bool, void *, uint8_t, uint16_t, uint32_t, uint64_t, float, doub… variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp24 using LiteralValue = panda_file::LiteralDataAccessor::LiteralValue; typedef
Dliteral_data_extractor.cpp31 using LiteralValue = panda_file::LiteralDataAccessor::LiteralValue; typedef