Home
last modified time | relevance | path

Searched defs:Append (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
DdoubleLinkedList.h54 Item *Append(const T &data) in Append() function
63 void Append(Item *item) in Append() function
Dustring.h315 util::UString &Append(char32_t ch) noexcept in Append() function
325 util::UString &Append(StringView other) noexcept in Append() function
335 util::UString &Append(std::string_view other) noexcept in Append() function
340 util::UString &Append(const char *other) noexcept in Append() function
350 util::UString &Append(const std::string &other) noexcept in Append() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h69 void Append(size_t index, std::string &&str, std::string_view separator) in Append() function
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h296 void Append(char32_t ch) noexcept in Append() function
305 void Append(const StringView &other) noexcept in Append() function
314 void Append(const char *other) noexcept in Append() function
/arkcompiler/runtime_core/libpandafile/
Ddata_protect.h168 void Append(char ch) in Append() function
188 void Append(std::string_view str_data) in Append() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.h63 void Append(T &&value) in Append() function
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h59 void Append(T &&value) in Append() function
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DRightMenu.js40 static Append(detail) { method in RightMenu
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp67 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() function in panda::ecmascript::WeakVector
Djs_finalization_registry.cpp25 JSHandle<CellRecordVector> CellRecordVector::Append(const JSThread *thread, const JSHandle<CellReco… in Append() function in panda::ecmascript::CellRecordVector
Dtagged_array.cpp57 JSHandle<TaggedArray> TaggedArray::Append(const JSThread *thread, const JSHandle<TaggedArray> &firs… in Append() function in panda::ecmascript::TaggedArray
/arkcompiler/ets_runtime/common_components/base/
Dc_string.cpp193 CString& CString::Append(const CString& addStr, size_t addLen) in Append() function in common::CString
211 CString& CString::Append(const char* addStr, size_t addLen) in Append() function in common::CString
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp73 HWTEST_F_L0(TaggedArrayTest, Append) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp228 void Append(uintptr_t pc) in Append() function in ark::Buf
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp264 void Append(uintptr_t pc) in Append() function in panda::Buf
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp965 void InstAppender::Append(Inst *inst) in Append() function in ark::compiler::InstAppender
975 void InstAppender::Append(std::initializer_list<Inst *> instructions) in Append() function in ark::compiler::InstAppender
Dinst.cpp267 unsigned DynamicOperands::Append(Inst *inst) in Append() function in ark::compiler::DynamicOperands
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp101 unsigned DynamicOperands::Append(Inst *inst) in Append() function in panda::compiler::DynamicOperands
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h293 static inline std::u16string Append(const std::u16string &str1, const std::u16string &str2) in Append() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2578 void Append(const std::string &str) in Append() function