Searched refs:typeCode (Results 1 – 4 of 4) sorted by relevance
34 void printTypeCode(uint32_t typeCode,
48 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
81 inline uint32_t typeCode() const;172 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument154 char* end = typetostring(typeCode, buffer); in printTypeCode()