Searched defs:typeCode (Results 1 – 2 of 2) sorted by relevance
172 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()