Home
last modified time | relevance | path

Searched defs:tupleValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/tuple_ops/
Dtuplevalue_getitem_ref_test.cpp43 …void CheckStringValue(ani_tuple_value tupleValue, const ani_size index, const std::string_view &ex… in CheckStringValue()
53 …void CheckDoubleValue(ani_tuple_value tupleValue, const ani_size index, const std::array<double, 5… in CheckDoubleValue()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp5197 …ZE static ani_status TupleValue_GetNumberOfItems(ani_env *env, ani_tuple_value tupleValue, ani_siz… in TupleValue_GetNumberOfItems()
5224 static ani_status TupleValueGetItem(ani_env *env, ani_object tupleValue, ani_size index, ValueType … in TupleValueGetItem()
5252 …IZE static ani_status TupleValue_GetItem_Boolean(ani_env *env, ani_tuple_value tupleValue, ani_siz… in TupleValue_GetItem_Boolean()
5260 NO_UB_SANITIZE static ani_status TupleValue_GetItem_Char(ani_env *env, ani_tuple_value tupleValue, … in TupleValue_GetItem_Char()
5268 NO_UB_SANITIZE static ani_status TupleValue_GetItem_Byte(ani_env *env, ani_tuple_value tupleValue, … in TupleValue_GetItem_Byte()
5276 NO_UB_SANITIZE static ani_status TupleValue_GetItem_Short(ani_env *env, ani_tuple_value tupleValue,… in TupleValue_GetItem_Short()
5284 NO_UB_SANITIZE static ani_status TupleValue_GetItem_Int(ani_env *env, ani_tuple_value tupleValue, a… in TupleValue_GetItem_Int()
5292 NO_UB_SANITIZE static ani_status TupleValue_GetItem_Long(ani_env *env, ani_tuple_value tupleValue, … in TupleValue_GetItem_Long()
5300 NO_UB_SANITIZE static ani_status TupleValue_GetItem_Float(ani_env *env, ani_tuple_value tupleValue,… in TupleValue_GetItem_Float()
5308 NO_UB_SANITIZE static ani_status TupleValue_GetItem_Double(ani_env *env, ani_tuple_value tupleValue in TupleValue_GetItem_Double()
[all …]