Home
last modified time | relevance | path

Searched defs:STRING (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexSignature.h34 enum class TSIndexSignatureKind { NUMBER, STRING }; enumerator
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.h35 STRING, enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h39 STRING, enumerator
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto28 STRING = 7; enumerator
Dannotation.proto30 STRING = 3; enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h23 STRING, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h26 STRING, enumerator
DtypeFlag.h28 STRING = 1ULL << 1, // x: string enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts20 STRING = 5, enumerator
DtypeSystem.ts37 STRING, enumerator
/arkcompiler/runtime_core/runtime/include/
Dclass_root.h48 STRING, enumerator
Dhclass.h32 static constexpr uint32_t STRING = HCLASS << 1U; variable
/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h38 STRING = 0x05, enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h46 STRING, enumerator
Dts_manager.h93 STRING, enumerator
/arkcompiler/runtime_core/verification/util/tests/
Denvironment.cpp82 static const auto STRING = QUOTES >> (*NON_QUOTES |= STRING_HANDLER) >> QUOTES; in EnvOptions() local
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb43 STRING = 'string_id' constant
/arkcompiler/runtime_core/assembler/
Dannotation.h88 STRING, enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h46 STRING, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h235 STRING = 0, enumerator
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h29 STRING, enumerator
/arkcompiler/runtime_core/runtime/interpreter/
Dvregister.h78 STRING = (static_cast<uint64_t>(STRING_IDX) << OBJECT_FIRST_SHIFT) | OBJECT_FLAG_MASK, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h521 STRING, /* kString */ enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h42 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, N… enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h51 enum class OptionType : uint8_t { STRING = 0x01, BOOLEAN }; enumerator

12