Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/toolchain/websocket/
Dhandshake_helper.h48 constexpr size_t CopyStringToBuffer(std::string_view source, size_t startIndex) in CopyStringToBuffer()
57 constexpr size_t CopyStringToBuffer(const T (&source)[LENGTH], size_t startIndex) in CopyStringToBuffer()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_bitvector.cpp126 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in Has() local
169 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in SetBitsByRange() local
210 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in GetBitsByRange() local
304 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetBitCountByRange() local
345 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetIndexOf() local
387 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetLastIndexOf() local
458 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in FlipBitsByRange() local
Dcontainers_buffer.cpp449 uint32_t startIndex = 0; in Fill() local
549 uint32_t startIndex = 0; in ToString() local
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dsliced_string-inl.h29 inline void SlicedString::SetStartIndex(uint32_t startIndex) in SetStartIndex()
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dlsp_rename_test.cpp158 size_t const startIndex = 9; in TEST_F() local
268 size_t const startIndex = 16; in TEST_F() local
329 size_t const startIndex = 0; in TEST_F() local
356 size_t const startIndex = 0; in TEST_F() local
383 size_t const startIndex = 0; in TEST_F() local
410 size_t const startIndex = 0; in TEST_F() local
438 size_t const startIndex = 0; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_log_diagnostic_with_suggestion.cpp74 const size_t startIndex = 0; in main() local
Dplugin_proceed_to_state_update_function_declaration.cpp119 const size_t startIndex = 11; in Find() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp100 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in Has() local
160 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in SetBitsByRange() local
192 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetBitsByRange() local
253 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetBitCountByRange() local
290 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetIndexOf() local
326 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetLastIndexOf() local
385 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in FlipBitsByRange() local
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dorganize_imports.h40 size_t startIndex; member
/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp103 int32_t startIndex = breakIterator->isBoundary(n) ? n : breakIterator->preceding(n); in Containing() local
128 const icu::UnicodeString& unicodeString, int32_t startIndex, int32_t endIndex) in CreateSegmentDataObject()
Djs_segment_iterator.cpp88 int32_t startIndex = icuBreakIterator->current(); in Next() local
Decma_string.h534 void SetStartIndex(uint32_t startIndex) in SetStartIndex()
718 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp275 uint32_t startIndex = 1; in HWTEST_F_L0() local
305 uint32_t startIndex = 1; in HWTEST_F_L0() local
356 uint32_t startIndex = 1; in HWTEST_F_L0() local
379 uint32_t startIndex = 1; in HWTEST_F_L0() local
402 uint32_t startIndex = 1; in HWTEST_F_L0() local
449 uint32_t startIndex = 1; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.cpp145 auto startIndex = funcNode->Start().index; in SourceCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp70 …nfo::FuncEntryDes AOTFileInfo::GetFuncEntryDesWithCallsite(uintptr_t codeAddr, uint32_t startIndex, in GetFuncEntryDesWithCallsite()
/arkcompiler/ets_runtime/test/fuzztest/stringtableutf16stringintern_fuzzer/
Dstringtableutf16stringintern_fuzzer.cpp88 size_t startIndex = 0; in CreateValidUtf16() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h97 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local
190 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h34 int startIndex = globalTable->GetStartOfCaptureIndex(N).GetInt(); in GetCapture() local
Dbuiltins_global_uri.cpp167 auto startIndex = SlicedEcmaString::Cast(string.GetTaggedValue())->GetStartIndex(); in Decode() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp130 … JSTaggedValue ArrayListRemoveByRange(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListRemoveByRange()
146 … JSTaggedValue ArrayListSubArrayList(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListSubArrayList()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp74 size_t startIndex = 0; in StdCoreDoubleParseInt() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h108 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp94 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString()
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.cpp154 size_t startIndex = 0; in GetConsoleLogInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp868 const size_t startIndex = 1; in MimicGetHandler() local
906 const size_t startIndex = 1; in MimicSetHandler() local

12