Searched refs:TypeSize (Results 1 – 3 of 3) sorted by relevance
32 static size_t TypeSize() \41 return TypeSize(); \
127 static size_t TypeSize(const TypeInfoBase* rawPtr) in TypeSize() function131 static size_t TypeSize(const TypeInfoBase& instance) in TypeSize() function133 return TypeSize(&instance); in TypeSize()
79 return TypeInfoHelper::TypeSize(rawPtr);