Searched refs:fAttrType (Results 1 – 2 of 2) sorted by relevance
115 stream->Read(&fAttrType, sizeof(uint32)); in BColumn()128 fAttrType = B_SWAP_INT32(fAttrType); in BColumn()164 if (message.FindInt32(kColumnAttrTypeName, index, (int32*)&fAttrType) in BColumn()166 fAttrType = 0; in BColumn()192 fAttrType = attrType; in _Init()267 stream->Write(&fAttrType, sizeof(uint32)); in ArchiveToStream()288 message.AddInt32(kColumnAttrTypeName, static_cast<int32>(fAttrType)); in ArchiveToMessage()
95 uint32 fAttrType; variable222 return fAttrType; in AttrType()