Searched defs:Accessor (Results 1 – 6 of 6) 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/runtime_core/static_core/runtime/tooling/inspector/types/ |
D | property_descriptor.h | 36 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor() function
|
D | remote_object.h | 154 static Type Accessor() in Accessor() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
D | ets_field_wrapper.cpp | 224 using Accessor = typename decltype(accessorTag)::type; in DoMakeNapiProperty() typedef
|
/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 | 314 using Accessor = AccessorT; variable
|