Searched defs:staticField (Results 1 – 5 of 5) sorted by relevance
28 static staticField: string = strA; property in SendableClassA
31 static staticField: string = strA; property in SendableClassA
30 static staticField: string = strA; property in SendableClassA
277 auto staticField = type->GetStaticFieldIDByName(fnamePtr.GetPtr()->GetMutf8().c_str()); in TypeAPIGetFieldByName() local
210 auto *staticField = BinarySearchField(staticFields, id); in FindDeclaredField() local