Searched defs:TypeAssertCache (Results 1 – 2 of 2) sorted by relevance
51 type TypeAssertCache struct { struct52 Mask uintptr53 Entries [1]TypeAssertCacheEntry
507 func buildTypeAssertCache(oldC *abi.TypeAssertCache, typ *_type, tab *itab) *abi.TypeAssertCache {