Searched defs:aProperty (Results 1 – 4 of 4) sorted by relevance
99 …val aProperty = abstractClass.declarations.single { it.simpleName.asString() == "a" } as KSPropert… in process() constant
48 @property (nonatomic, copy) ClassB<ProtocolX> *aProperty; property
119 public String aProperty; field in TestUnknownPropertyDeserialization.Bean987
530 template <typename UintType> void Core::RecordInfo::UpdateProperty(UintType &aProperty, UintType aV… in UpdateProperty()