Home
last modified time | relevance | path

Searched defs:prop3 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaObjC/
Diboutletcollection-attr.m15 @property (nonatomic, retain) __attribute__((iboutletcollection())) id prop3; property
31 @property __attribute__((iboutletcollection(BAD))) int prop3; // expected-warning {{property with '… property
/external/dtc/tests/
Dvalue-labels.dts6 prop3: prop3 = start3: [ innerstart3: ab innermid3: cd innerend3: ] end3:; label
/external/clang/test/Index/
Dcomplete-synthesized.m13 @property short prop3; property
Dget-cursor.m78 @property (assign) id prop3; property
/external/ksp/test-utils/testData/api/
DlateinitProperties.kt40 lateinit var prop3: Any variable
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c251 …VkFormatProperties3 *prop3 = (void*)vk_find_struct_const(pFormatProperties->pNext, FORMAT_PROPERTI… in lvp_GetPhysicalDeviceFormatProperties2() local