Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_box.h25 uint16_t propertyIndex; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.inl172 void JsiObject::SetProperty(int32_t propertyIndex, T value) const
200 T JsiObject::GetPropertyValue(int32_t propertyIndex, T defaultValue) const
H A Djsi_declarative_engine.cpp2824 …::StringRef> JsiDeclarativeEngineInstance::GetCachedString(const EcmaVM *vm, int32_t propertyIndex) in GetCachedString()