Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/base/
Dglobals.h38 struct Identity { struct
56 T RoundDown(T x, typename Identity<T>::type n) in RoundDown() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/es_object/to_string/
Dtest_to_string_method.js16 export let Identity = function (x) { class
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dconversion.cpp26 void Identity(TypeRelation *const relation, Type *const source, Type *const target) in Identity() function