Searched full:serializable (Results 1 – 21 of 21) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | TypeClassTypeTest.sts | 23 interface Serializable { 27 class Point implements Serializable { 163 …test(pt.getInterface(0).getName() == "Serializable", " Serializable interface") + 171 test(serializeMethod != null, " Serializable.serialize method") + 203 test(serializeMethod != null, " Serializable.serialize method") +
|
| D | TypeFieldTest.sts | 25 interface Serializable { 29 class Point implements Serializable {
|
| D | TypeMethodTest.sts | 25 interface Serializable { 29 class Point implements Serializable {
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | scope.h | 20 #include "runtime/tooling/inspector/json_serialization/serializable.h"
|
| D | location.h | 19 #include "tooling/inspector/json_serialization/serializable.h"
|
| D | property_preview.h | 20 #include "tooling/inspector/json_serialization/serializable.h"
|
| D | remote_object_type.h | 21 #include "tooling/inspector/json_serialization/serializable.h"
|
| D | property_descriptor.h | 22 #include "tooling/inspector/json_serialization/serializable.h"
|
| D | exception_details.h | 18 #include "tooling/inspector/json_serialization/serializable.h"
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | checkcast.yaml | 24 .record panda.io.Serializable <external> 136 checkcast panda.io.Serializable 229 checkcast panda.io.Serializable[] 829 - panda.io.Serializable 993 - panda.io.Serializable[]
|
| D | isinstance.yaml | 23 .record panda.io.Serializable <external> 505 - panda.io.Serializable 540 - panda.io.Serializable 581 - panda.io.Serializable[]
|
| D | newarr.yaml | 34 .record panda.io.Serializable <external> 958 - 'panda.io.Serializable[]' 1071 - values: ['panda.io.Serializable[][][][]']
|
| D | call.acc.short.yaml | 1667 .record panda.io.Serializable <external> 1713 - panda.io.Serializable
|
| D | call.virt.acc.short.yaml | 1766 .record panda.io.Serializable <external> 1826 - panda.io.Serializable
|
| D | call.acc.yaml | 1654 .record panda.io.Serializable <external> 1690 - panda.io.Serializable a0, panda.Object a1, panda.Object a2
|
| D | call.virt.acc.yaml | 1770 .record panda.io.Serializable <external> 1801 - panda.io.Serializable a1, panda.Object a2, panda.Object a3
|
| D | initobj.short.yaml | 1522 .record panda.io.Serializable <external> 1583 - panda.io.Serializable
|
| D | initobj.yaml | 1589 .record panda.io.Serializable <external> 1650 - panda.io.Serializable
|
| D | initobj.range.yaml | 1745 .record panda.io.Serializable <external> 1810 - panda.io.Serializable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | conversion.cpp | 146 …// 7. S is the class type Object of the interface type java.io.Serializable or Cloneable (the only… in IsAllowedNarrowingReferenceConversion()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 9152 …3613: "'No need to use 'serializable: false' or 'editorOnly: true' for the getter of '%s.%s', ever… 9289 … specified type is anonymous, please provide a class name or set the 'serializable' attribute of '… 10904 serializable: {}, 11011 De(t, i, "serializable", !1); 11064 t.__values__ = t.__props__.filter((t => !1 !== n[`${t + qe}serializable`])); 11142 …& Ye.STANDALONE ? c = !0 === e.serializable || 0 != (e.__internalFlags & Ye.IMPLICIT_SERIALIZABLE)… 11143 void 0 !== c && ((r || a())[`${o}serializable`] = c); 24387 …serialize ${Et(i)}. For non-CCClass types, they can only be marked as serializable by \`CCClass.fa… 108516 serializable: !1, property
|