Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/
Dmetadata_modify_impl.cpp161 extern "C" AbckitValue *CreateLiteralArrayValue(AbckitFile *file, AbckitValue **value, size_t size) in CreateLiteralArrayValue() function
/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_modify_impl_mock.cpp124 AbckitValue *CreateLiteralArrayValue(AbckitFile *file, [[maybe_unused]] AbckitValue **value, size_t… in CreateLiteralArrayValue() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile_impl.h147 inline Value File::CreateLiteralArrayValue(std::vector<Value> &value, size_t size) const in CreateLiteralArrayValue() function