Searched defs:Getter (Results 1 – 6 of 6) sorted by relevance
33 using Getter = std::shared_ptr<GeneralGetter>; variable
31 using Getter = const BorderEdge& (Border::*)() const; variable87 using Getter = const Radius& (Border::*)() const; variable
43 using Getter = std::function<T(void)>; variable
194 JSIValue SampleModule::Getter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Getter() function in OHOS::ACELite::SampleModule
65 JSIValue JsiInterfaceTddTest::Getter(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in Getter() function in OHOS::ACELite::JsiInterfaceTddTest
12696 using Getter = const ArkUI_AttributeItem*(ArkUI_NodeHandle node); typedef