Home
last modified time | relevance | path

Searched full:sequence (Results 1 – 25 of 42) sorted by relevance

12

/ark/runtime_core/libpandabase/serializer/
Dtuple_to_struct.h33 auto sequence = std::make_index_sequence<std::tuple_size_v<T>> {}; in TupleToStruct()
35 return TupleToStructImpl<Struct>(sequence, std::forward<Tuple>(tup)); in TupleToStruct()
Dfor_each_tuple.h33 auto sequence = std::make_index_sequence<std::tuple_size_v<T>> {}; in ForEachTuple()
35 ForEachTupleImpl(std::forward<Tuple>(tuple), std::forward<F>(f), sequence); in ForEachTuple()
/ark/js_runtime/ecmascript/
Djs_locale.h379 …icu::StringEnumeration *sequence = T::getKeywordValuesForLocale(key, icu::Locale(locale.getBaseNam… in IsWellExtension() local
382 delete sequence; in IsWellExtension() local
383 sequence = NULL; in IsWellExtension()
387 const char *element = sequence->next(&size, status); in IsWellExtension()
390 delete sequence; in IsWellExtension() local
391 sequence = NULL; in IsWellExtension()
394 element = sequence->next(&size, status); in IsWellExtension()
396 delete sequence; in IsWellExtension() local
397 sequence = NULL; in IsWellExtension()
Djs_thread.h365 // The sequence must be the same as that of the GLUE members.
/ark/runtime_core/docs/
Dassembly_format.md32 String literal is a sequence of any characters enclosed in `"` characters. Non-printable characters…
48 A simple identifier is a sequence of ASCII characters. Allowed characters in the sequence are:
64 A prefixed identifier is a sequence of simple identifiers delimited by the `.` char without whitesp…
270 If a function has a body, it consists of optionally labeled sequence of bytecode instructions, one …
411 func_code := <newline-separated sequence of bytecode instructions and their operands>
Druntime-compiled_code-interaction.md313 Consider the following call sequence:
/ark/runtime_core/libpandabase/
DREADME.md95 Tail argument is a sequence of positinal arguments values. Function ```PushBackTail()``` adds an ar…
114 …, first argument without double dash prefix concidered as a begin of positional arguments sequence.
/ark/ts2abc/ts2panda/tests/
DregAllocator.test.ts134 it("VReg sequence of CalliDynRange is not continuous", function () {
157 it("VReg sequence of DynRange is not continuous", function () {
/ark/runtime_core/tests/cts-generator/cts-template/
Dlda.str.yaml76 # unknown escape sequence
88 # invalid mutf8 sequence
Dcall.virt.short.negative.yaml45 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
Dcall.virt.range.yaml64 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
Dcall.virt.short.yaml78 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
Dcall.virt.range_base.yaml52 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
Dcall.virt.negative.yaml46 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
Dcall.virt.yaml52 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
Dcall.virt.range.negative.yaml46 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
/ark/runtime_core/libpandabase/utils/
Dutf.cpp54 * Convert mutf8 sequence to utf16 pair and return pair: [utf16 code point, mutf8 size].
55 * In case of invalid sequence return first byte of it.
/ark/runtime_core/disassembler/tests/
Dlabels_test.cpp83 << "label sequence is broken"; in TEST()
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp318 …unicode_language_id production of locale does not contain the ["-" unicode_script_subtag] sequence, in GetScript()
347 …unicode_language_id production of locale does not contain the ["-" unicode_region_subtag] sequence, in GetRegion()
/ark/ts2abc/ts2panda/src/
DsyntaxCheckHelper.ts56 // Like \\1, should not be treated as an octal escape sequence
DregAllocator.ts195 … throw Error("Warning: VReg sequence of DynRange is not continuous. Please adjust it now.");
/ark/js_runtime/ecmascript/base/
Dutf_helper.cpp104 // Bad sequence in ConvertUtf16ToUtf8()
/ark/runtime_core/isa/
Disa.yaml42 - name: Calling sequence
2859 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
2910 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
2961 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
3015 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
/ark/runtime_core/runtime/tests/
Dmethod_test.cpp71 // we only care about the sequence of line numbers. in VerifyLineNumber()
/ark/runtime_core/assembler/
Dassembly-parser.cpp1026 return Unexpected(GetError("Invalid hexadecimal escape sequence", in ParseHexEscapeSequence()
1077 …GetError("Unknown escape sequence", Error::ErrorType::ERR_BAD_STRING_UNKNOWN_ESCAPE_SEQUENCE, idx … in ParseEscapeSequence()

12