Searched defs:Accessor (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | obj_pool.h | 33 Accessor() : idx_ {0}, pool_ {nullptr}, prev_ {nullptr}, next_ {nullptr} {} in Accessor() function 34 …Accessor(std::size_t index, ObjPool *objPool) : idx_ {index}, pool_ {objPool}, prev_ {nullptr}, ne… in Accessor() function 38 … Accessor(const Accessor &p) : idx_ {p.idx_}, pool_ {p.pool_}, prev_ {nullptr}, next_ {nullptr} in Accessor() function 42 Accessor(Accessor &&p) : idx_ {p.idx_}, pool_ {p.pool_}, prev_ {p.prev_}, next_ {p.next_} in Accessor() function
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | property_descriptor.h | 31 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor() function
|
| D | remote_object_type.h | 66 static RemoteObjectType Accessor() in Accessor() function
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | property_descriptor.h | 31 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor() function
|
| D | remote_object_type.h | 66 static RemoteObjectType Accessor() in Accessor() function
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/ |
| D | Matchers.ts | 20 Accessor = 0, enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_field_wrapper.cpp | 233 using Accessor = typename decltype(accessorTag)::type; in DoMakeNapiProperty() typedef
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.h | 51 struct Accessor { struct
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 299 using Accessor = AccessorT; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_table.h | 317 using Accessor = AccessorT; variable
|