Searched defs:Wrapper (Results 1 – 4 of 4) sorted by relevance
32 struct Wrapper { struct33 static void Init(Wrapper &v, size_t idx) in Init() argument40 using PoolType = ObjPool<Wrapper, PandaVector, void (*)(Wrapper &, size_t)>; argument
27 struct Wrapper { in UnalignedLoad() struct28 T x; in UnalignedLoad()36 struct Wrapper { in UnalignedStore() struct37 T x; in UnalignedStore()
23 export class Wrapper { class
543 using Wrapper = panda_api::panda_file::PandaFileWrapper; in TEST() typedef