Searched defs:ctf_stype_t (Results 1 – 2 of 2) sorted by relevance
195 struct ctf_stype_t { struct207 return sizeof(ctf_stype_t); in GetStructSize() argument209 uint32_t GetType() const { return type; } in GetType()210 uint32_t GetSize() const { return size; } in GetSize()
285 typedef struct ctf_stype_v2 ctf_stype_t; typedef