Searched refs:toCType (Results 1 – 1 of 1) sorted by relevance
180 writeByte(cast(byte)(toCType(map.keyType) << 4 | toCType(map.valueType))); in writeMapBegin()373 auto typeToWrite = (typeOverride == -1 ? toCType(field.type) : typeOverride);391 writeByte(cast(byte)(size << 4 | toCType(elemType))); in writeCollectionBegin()394 writeByte(cast(byte)(0xf0 | toCType(elemType))); in writeCollectionBegin()452 CType toCType(TType type) { in toCType() function